HSL(83, 67%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,67%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 67%, 81%) | color: hsl(83, 67%, 81%) | |
| HEX | #D6EFAE | color: #D6EFAE | |
| RGB | rgb(214, 239, 174) | color: rgb(214, 239, 174) | |
| CMYK | cmyk(10%, 0%, 27%, 6%) | — | |
| HSV | hsv(83, 27%, 94%) | — | |
| HWB | hwb(83 69% 6%) | color: hwb(83 69% 6%) | |
| OKLCH | oklch(0.918 0.0889 125.19) | color: oklch(0.918 0.0889 125.19) | |
| Lab | lab(91.27 -19.09 28.81) | color: lab(91.27 -19.09 28.81) | |
| LCH | lch(91.27 34.56 123.53) | color: lch(91.27 34.56 123.53) |
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)
#E1E1BE — rgb(225, 225, 190)
Deuteranopia (Green-blind)
#DFDEC2 — rgb(223, 222, 194)
Tritanopia (Blue-blind)
#D7CACD — rgb(215, 202, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 67%, 81%);
text
color: hsl(83, 67%, 81%);
border
border: 2px solid hsl(83, 67%, 81%);
gradient light
background: linear-gradient(to right, hsl(83, 67%, 100%), hsl(83, 67%, 81%));
gradient dark
background: linear-gradient(to right, hsl(83, 67%, 81%), hsl(83, 67%, 61%))
hex
background-color: #D6EFAE;
tailwind
bg-[hsl(83,67%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 67%, 81%, 0.4);
css variable
--color-primary: hsl(83, 67%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 67%, 81%)?
HEX: #D6EFAE | RGB: rgb(214, 239, 174) | CMYK: 10%, 0%, 27%, 6% | HSV: 83°, 27%, 94%. Copy any format from the conversion table above.
What colors go well with #D6EFAE?
The complementary color is HSL(263, 67%, 81%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 67%, 81%) in CSS?
As HSL: color: hsl(83, 67%, 81%); — As HEX: color: #D6EFAE; — As RGB: color: rgb(214, 239, 174); — Tailwind CSS: bg-[hsl(83,67%,81%)] — CSS variable: --color-primary: hsl(83, 67%, 81%);