HSL(83, 61%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,61%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 61%, 83%) | color: hsl(83, 61%, 83%) | |
| HEX | #DAEEB9 | color: #DAEEB9 | |
| RGB | rgb(218, 238, 185) | color: rgb(218, 238, 185) | |
| CMYK | cmyk(8%, 0%, 22%, 7%) | — | |
| HSV | hsv(83, 22%, 93%) | — | |
| HWB | hwb(83 73% 7%) | color: hwb(83 73% 7%) | |
| OKLCH | oklch(0.921 0.0728 124.61) | color: oklch(0.921 0.0728 124.61) | |
| Lab | lab(91.49 -15.58 23.52) | color: lab(91.49 -15.58 23.52) | |
| LCH | lch(91.49 28.21 123.52) | color: lch(91.49 28.21 123.52) |
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)
#E3E3C6 — rgb(227, 227, 198)
Deuteranopia (Green-blind)
#E2E0C9 — rgb(226, 224, 201)
Tritanopia (Blue-blind)
#DBD0D2 — rgb(219, 208, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 61%, 83%);
text
color: hsl(83, 61%, 83%);
border
border: 2px solid hsl(83, 61%, 83%);
gradient light
background: linear-gradient(to right, hsl(83, 61%, 100%), hsl(83, 61%, 83%));
gradient dark
background: linear-gradient(to right, hsl(83, 61%, 83%), hsl(83, 61%, 63%))
hex
background-color: #DAEEB9;
tailwind
bg-[hsl(83,61%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 61%, 83%, 0.4);
css variable
--color-primary: hsl(83, 61%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 61%, 83%)?
HEX: #DAEEB9 | RGB: rgb(218, 238, 185) | CMYK: 8%, 0%, 22%, 7% | HSV: 83°, 22%, 93%. Copy any format from the conversion table above.
What colors go well with #DAEEB9?
The complementary color is HSL(263, 61%, 83%). 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, 61%, 83%) in CSS?
As HSL: color: hsl(83, 61%, 83%); — As HEX: color: #DAEEB9; — As RGB: color: rgb(218, 238, 185); — Tailwind CSS: bg-[hsl(83,61%,83%)] — CSS variable: --color-primary: hsl(83, 61%, 83%);