HSL(102, 57%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,57%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 57%, 84%) | color: hsl(102, 57%, 84%) | |
| HEX | #CDEDBF | color: #CDEDBF | |
| RGB | rgb(205, 237, 191) | color: rgb(205, 237, 191) | |
| CMYK | cmyk(14%, 0%, 19%, 7%) | — | |
| HSV | hsv(102, 19%, 93%) | — | |
| HWB | hwb(102 75% 7%) | color: hwb(102 75% 7%) | |
| OKLCH | oklch(0.9111 0.07 136.18) | color: oklch(0.9111 0.07 136.18) | |
| Lab | lab(90.46 -18.69 18.88) | color: lab(90.46 -18.69 18.88) | |
| LCH | lch(90.46 26.57 134.71) | color: lch(90.46 26.57 134.71) |
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)
#DBDBCA — rgb(219, 219, 202)
Deuteranopia (Green-blind)
#D9D7CD — rgb(217, 215, 205)
Tritanopia (Blue-blind)
#CFD3D5 — rgb(207, 211, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 57%, 84%);
text
color: hsl(102, 57%, 84%);
border
border: 2px solid hsl(102, 57%, 84%);
gradient light
background: linear-gradient(to right, hsl(102, 57%, 100%), hsl(102, 57%, 84%));
gradient dark
background: linear-gradient(to right, hsl(102, 57%, 84%), hsl(102, 57%, 64%))
hex
background-color: #CDEDBF;
tailwind
bg-[hsl(102,57%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 57%, 84%, 0.4);
css variable
--color-primary: hsl(102, 57%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 57%, 84%)?
HEX: #CDEDBF | RGB: rgb(205, 237, 191) | CMYK: 14%, 0%, 19%, 7% | HSV: 102°, 19%, 93%. Copy any format from the conversion table above.
What colors go well with #CDEDBF?
The complementary color is HSL(282, 57%, 84%). 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, 57%, 84%) in CSS?
As HSL: color: hsl(102, 57%, 84%); — As HEX: color: #CDEDBF; — As RGB: color: rgb(205, 237, 191); — Tailwind CSS: bg-[hsl(102,57%,84%)] — CSS variable: --color-primary: hsl(102, 57%, 84%);