HSL(68, 67%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,67%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 67%, 73%) | color: hsl(68, 67%, 73%) | |
| HEX | #DCE88C | color: #DCE88C | |
| RGB | rgb(220, 232, 140) | color: rgb(220, 232, 140) | |
| CMYK | cmyk(5%, 0%, 40%, 9%) | — | |
| HSV | hsv(68, 40%, 91%) | — | |
| HWB | hwb(68 55% 9%) | color: hwb(68 55% 9%) | |
| OKLCH | oklch(0.9016 0.1164 114.85) | color: oklch(0.9016 0.1164 114.85) | |
| Lab | lab(89.31 -17.73 43.37) | color: lab(89.31 -17.73 43.37) | |
| LCH | lch(89.31 46.85 112.24) | color: lch(89.31 46.85 112.24) |
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)
#E1E1A2 — rgb(225, 225, 162)
Deuteranopia (Green-blind)
#E1E0A8 — rgb(225, 224, 168)
Tritanopia (Blue-blind)
#DDB4B8 — rgb(221, 180, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 67%, 73%);
text
color: hsl(68, 67%, 73%);
border
border: 2px solid hsl(68, 67%, 73%);
gradient light
background: linear-gradient(to right, hsl(68, 67%, 93%), hsl(68, 67%, 73%));
gradient dark
background: linear-gradient(to right, hsl(68, 67%, 73%), hsl(68, 67%, 53%))
hex
background-color: #DCE88C;
tailwind
bg-[hsl(68,67%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 67%, 73%, 0.4);
css variable
--color-primary: hsl(68, 67%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 67%, 73%)?
HEX: #DCE88C | RGB: rgb(220, 232, 140) | CMYK: 5%, 0%, 40%, 9% | HSV: 68°, 40%, 91%. Copy any format from the conversion table above.
What colors go well with #DCE88C?
The complementary color is HSL(248, 67%, 73%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 67%, 73%) in CSS?
As HSL: color: hsl(68, 67%, 73%); — As HEX: color: #DCE88C; — As RGB: color: rgb(220, 232, 140); — Tailwind CSS: bg-[hsl(68,67%,73%)] — CSS variable: --color-primary: hsl(68, 67%, 73%);