HSL(102, 10%, 21%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(102,10%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 10%, 21%) | color: hsl(102, 10%, 21%) | |
| HEX | #333B30 | color: #333B30 | |
| RGB | rgb(51, 59, 48) | color: rgb(51, 59, 48) | |
| CMYK | cmyk(14%, 0%, 19%, 77%) | — | |
| HSV | hsv(104, 19%, 23%) | — | |
| HWB | hwb(104 19% 77%) | color: hwb(104 19% 77%) | |
| OKLCH | oklch(0.3411 0.0217 137.15) | color: oklch(0.3411 0.0217 137.15) | |
| Lab | lab(23.82 -5.89 5.71) | color: lab(23.82 -5.89 5.71) | |
| LCH | lch(23.82 8.2 135.89) | color: lch(23.82 8.2 135.89) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#363733 — rgb(54, 55, 51)
Deuteranopia (Green-blind)
#363533 — rgb(54, 53, 51)
Tritanopia (Blue-blind)
#333535 — rgb(51, 53, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 10%, 21%);
text
color: hsl(102, 10%, 21%);
border
border: 2px solid hsl(102, 10%, 21%);
gradient light
background: linear-gradient(to right, hsl(102, 10%, 41%), hsl(102, 10%, 21%));
gradient dark
background: linear-gradient(to right, hsl(102, 10%, 21%), hsl(102, 10%, 1%))
hex
background-color: #333B30;
tailwind
bg-[hsl(102,10%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 10%, 21%, 0.4);
css variable
--color-primary: hsl(102, 10%, 21%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(102, 10%, 21%)?
HEX: #333B30 | RGB: rgb(51, 59, 48) | CMYK: 14%, 0%, 19%, 77% | HSV: 104°, 19%, 23%. Copy any format from the conversion table above.
What colors go well with #333B30?
The complementary color is HSL(282, 10%, 21%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 10%, 21%) in CSS?
As HSL: color: hsl(102, 10%, 21%); — As HEX: color: #333B30; — As RGB: color: rgb(51, 59, 48); — Tailwind CSS: bg-[hsl(102,10%,21%)] — CSS variable: --color-primary: hsl(102, 10%, 21%);