HSL(83, 80%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,80%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 80%, 84%) | color: hsl(83, 80%, 84%) | |
| HEX | #DEF7B6 | color: #DEF7B6 | |
| RGB | rgb(222, 247, 182) | color: rgb(222, 247, 182) | |
| CMYK | cmyk(10%, 0%, 26%, 3%) | — | |
| HSV | hsv(83, 26%, 97%) | — | |
| HWB | hwb(83 72% 3%) | color: hwb(83 72% 3%) | |
| OKLCH | oklch(0.9421 0.0884 125.14) | color: oklch(0.9421 0.0884 125.14) | |
| Lab | lab(94.07 -19 28.63) | color: lab(94.07 -19 28.63) | |
| LCH | lch(94.07 34.36 123.57) | color: lch(94.07 34.36 123.57) |
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)
#E9E9C6 — rgb(233, 233, 198)
Deuteranopia (Green-blind)
#E7E6CA — rgb(231, 230, 202)
Tritanopia (Blue-blind)
#DFD2D5 — rgb(223, 210, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 80%, 84%);
text
color: hsl(83, 80%, 84%);
border
border: 2px solid hsl(83, 80%, 84%);
gradient light
background: linear-gradient(to right, hsl(83, 80%, 100%), hsl(83, 80%, 84%));
gradient dark
background: linear-gradient(to right, hsl(83, 80%, 84%), hsl(83, 80%, 64%))
hex
background-color: #DEF7B6;
tailwind
bg-[hsl(83,80%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 80%, 84%, 0.4);
css variable
--color-primary: hsl(83, 80%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 80%, 84%)?
HEX: #DEF7B6 | RGB: rgb(222, 247, 182) | CMYK: 10%, 0%, 26%, 3% | HSV: 83°, 26%, 97%. Copy any format from the conversion table above.
What colors go well with #DEF7B6?
The complementary color is HSL(263, 80%, 84%). 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, 80%, 84%) in CSS?
As HSL: color: hsl(83, 80%, 84%); — As HEX: color: #DEF7B6; — As RGB: color: rgb(222, 247, 182); — Tailwind CSS: bg-[hsl(83,80%,84%)] — CSS variable: --color-primary: hsl(83, 80%, 84%);