HSL(93, 91%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,91%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 91%, 82%) | color: hsl(93, 91%, 82%) | |
| HEX | #CDFBA7 | color: #CDFBA7 | |
| RGB | rgb(205, 251, 167) | color: rgb(205, 251, 167) | |
| CMYK | cmyk(18%, 0%, 33%, 2%) | — | |
| HSV | hsv(93, 33%, 98%) | — | |
| HWB | hwb(93 66% 2%) | color: hwb(93 66% 2%) | |
| OKLCH | oklch(0.9362 0.1187 131.68) | color: oklch(0.9362 0.1187 131.68) | |
| Lab | lab(93.78 -28.98 35.6) | color: lab(93.78 -28.98 35.6) | |
| LCH | lch(93.78 45.9 129.15) | color: lch(93.78 45.9 129.15) |
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)
#E1E1BB — rgb(225, 225, 187)
Deuteranopia (Green-blind)
#DEDBC0 — rgb(222, 219, 192)
Tritanopia (Blue-blind)
#CFCBCF — rgb(207, 203, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 91%, 82%);
text
color: hsl(93, 91%, 82%);
border
border: 2px solid hsl(93, 91%, 82%);
gradient light
background: linear-gradient(to right, hsl(93, 91%, 100%), hsl(93, 91%, 82%));
gradient dark
background: linear-gradient(to right, hsl(93, 91%, 82%), hsl(93, 91%, 62%))
hex
background-color: #CDFBA7;
tailwind
bg-[hsl(93,91%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 91%, 82%, 0.4);
css variable
--color-primary: hsl(93, 91%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 91%, 82%)?
HEX: #CDFBA7 | RGB: rgb(205, 251, 167) | CMYK: 18%, 0%, 33%, 2% | HSV: 93°, 33%, 98%. Copy any format from the conversion table above.
What colors go well with #CDFBA7?
The complementary color is HSL(273, 91%, 82%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 91%, 82%) in CSS?
As HSL: color: hsl(93, 91%, 82%); — As HEX: color: #CDFBA7; — As RGB: color: rgb(205, 251, 167); — Tailwind CSS: bg-[hsl(93,91%,82%)] — CSS variable: --color-primary: hsl(93, 91%, 82%);