HSL(102, 84%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,84%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 84%, 85%) | color: hsl(102, 84%, 85%) | |
| HEX | #CCF9B9 | color: #CCF9B9 | |
| RGB | rgb(204, 249, 185) | color: rgb(204, 249, 185) | |
| CMYK | cmyk(18%, 0%, 26%, 2%) | — | |
| HSV | hsv(102, 26%, 98%) | — | |
| HWB | hwb(102 73% 2%) | color: hwb(102 73% 2%) | |
| OKLCH | oklch(0.9347 0.0963 136.54) | color: oklch(0.9347 0.0963 136.54) | |
| Lab | lab(93.49 -25.77 26.13) | color: lab(93.49 -25.77 26.13) | |
| LCH | lch(93.49 36.7 134.6) | color: lch(93.49 36.7 134.6) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#DFE0C8 — rgb(223, 224, 200)
Deuteranopia (Green-blind)
#DDDACC — rgb(221, 218, 204)
Tritanopia (Blue-blind)
#CED5D7 — rgb(206, 213, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 84%, 85%);
text
color: hsl(102, 84%, 85%);
border
border: 2px solid hsl(102, 84%, 85%);
gradient light
background: linear-gradient(to right, hsl(102, 84%, 100%), hsl(102, 84%, 85%));
gradient dark
background: linear-gradient(to right, hsl(102, 84%, 85%), hsl(102, 84%, 65%))
hex
background-color: #CCF9B9;
tailwind
bg-[hsl(102,84%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 84%, 85%, 0.4);
css variable
--color-primary: hsl(102, 84%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 84%, 85%)?
HEX: #CCF9B9 | RGB: rgb(204, 249, 185) | CMYK: 18%, 0%, 26%, 2% | HSV: 102°, 26%, 98%. Copy any format from the conversion table above.
What colors go well with #CCF9B9?
The complementary color is HSL(282, 84%, 85%). 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, 84%, 85%) in CSS?
As HSL: color: hsl(102, 84%, 85%); — As HEX: color: #CCF9B9; — As RGB: color: rgb(204, 249, 185); — Tailwind CSS: bg-[hsl(102,84%,85%)] — CSS variable: --color-primary: hsl(102, 84%, 85%);