HSL(67, 35%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,35%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 35%, 83%) | color: hsl(67, 35%, 83%) | |
| HEX | #DFE3C4 | color: #DFE3C4 | |
| RGB | rgb(223, 227, 196) | color: rgb(223, 227, 196) | |
| CMYK | cmyk(2%, 0%, 14%, 11%) | — | |
| HSV | hsv(68, 14%, 89%) | — | |
| HWB | hwb(68 77% 11%) | color: hwb(68 77% 11%) | |
| OKLCH | oklch(0.9046 0.0414 113.2) | color: oklch(0.9046 0.0414 113.2) | |
| Lab | lab(89.21 -6.6 14.71) | color: lab(89.21 -6.6 14.71) | |
| LCH | lch(89.21 16.12 114.16) | color: lch(89.21 16.12 114.16) |
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)
#E1E1CC — rgb(225, 225, 204)
Deuteranopia (Green-blind)
#E1E0CD — rgb(225, 224, 205)
Tritanopia (Blue-blind)
#DFD1D3 — rgb(223, 209, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 35%, 83%);
text
color: hsl(67, 35%, 83%);
border
border: 2px solid hsl(67, 35%, 83%);
gradient light
background: linear-gradient(to right, hsl(67, 35%, 100%), hsl(67, 35%, 83%));
gradient dark
background: linear-gradient(to right, hsl(67, 35%, 83%), hsl(67, 35%, 63%))
hex
background-color: #DFE3C4;
tailwind
bg-[hsl(67,35%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 35%, 83%, 0.4);
css variable
--color-primary: hsl(67, 35%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 35%, 83%)?
HEX: #DFE3C4 | RGB: rgb(223, 227, 196) | CMYK: 2%, 0%, 14%, 11% | HSV: 68°, 14%, 89%. Copy any format from the conversion table above.
What colors go well with #DFE3C4?
The complementary color is HSL(247, 35%, 83%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 35%, 83%) in CSS?
As HSL: color: hsl(67, 35%, 83%); — As HEX: color: #DFE3C4; — As RGB: color: rgb(223, 227, 196); — Tailwind CSS: bg-[hsl(67,35%,83%)] — CSS variable: --color-primary: hsl(67, 35%, 83%);