HSL(92, 48%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,48%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 48%, 81%) | color: hsl(92, 48%, 81%) | |
| HEX | #CDE6B7 | color: #CDE6B7 | |
| RGB | rgb(205, 230, 183) | color: rgb(205, 230, 183) | |
| CMYK | cmyk(11%, 0%, 20%, 10%) | — | |
| HSV | hsv(92, 20%, 90%) | — | |
| HWB | hwb(92 72% 10%) | color: hwb(92 72% 10%) | |
| OKLCH | oklch(0.8944 0.068 130.53) | color: oklch(0.8944 0.068 130.53) | |
| Lab | lab(88.44 -16.51 20.21) | color: lab(88.44 -16.51 20.21) | |
| LCH | lch(88.44 26.1 129.25) | color: lch(88.44 26.1 129.25) |
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)
#D8D8C2 — rgb(216, 216, 194)
Deuteranopia (Green-blind)
#D6D5C5 — rgb(214, 213, 197)
Tritanopia (Blue-blind)
#CECBCD — rgb(206, 203, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 48%, 81%);
text
color: hsl(92, 48%, 81%);
border
border: 2px solid hsl(92, 48%, 81%);
gradient light
background: linear-gradient(to right, hsl(92, 48%, 100%), hsl(92, 48%, 81%));
gradient dark
background: linear-gradient(to right, hsl(92, 48%, 81%), hsl(92, 48%, 61%))
hex
background-color: #CDE6B7;
tailwind
bg-[hsl(92,48%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 48%, 81%, 0.4);
css variable
--color-primary: hsl(92, 48%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 48%, 81%)?
HEX: #CDE6B7 | RGB: rgb(205, 230, 183) | CMYK: 11%, 0%, 20%, 10% | HSV: 92°, 20%, 90%. Copy any format from the conversion table above.
What colors go well with #CDE6B7?
The complementary color is HSL(272, 48%, 81%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 48%, 81%) in CSS?
As HSL: color: hsl(92, 48%, 81%); — As HEX: color: #CDE6B7; — As RGB: color: rgb(205, 230, 183); — Tailwind CSS: bg-[hsl(92,48%,81%)] — CSS variable: --color-primary: hsl(92, 48%, 81%);