HSL(73, 68%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,68%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 68%, 68%) | color: hsl(73, 68%, 68%) | |
| HEX | #CDE576 | color: #CDE576 | |
| RGB | rgb(205, 229, 118) | color: rgb(205, 229, 118) | |
| CMYK | cmyk(10%, 0%, 48%, 10%) | — | |
| HSV | hsv(73, 48%, 90%) | — | |
| HWB | hwb(73 47% 10%) | color: hwb(73 47% 10%) | |
| OKLCH | oklch(0.8808 0.1397 119.42) | color: oklch(0.8808 0.1397 119.42) | |
| Lab | lab(87.16 -24.31 51.07) | color: lab(87.16 -24.31 51.07) | |
| LCH | lch(87.16 56.56 115.46) | color: lch(87.16 56.56 115.46) |
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)
#D7D891 — rgb(215, 216, 145)
Deuteranopia (Green-blind)
#D6D497 — rgb(214, 212, 151)
Tritanopia (Blue-blind)
#CEA6AB — rgb(206, 166, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 68%, 68%);
text
color: hsl(73, 68%, 68%);
border
border: 2px solid hsl(73, 68%, 68%);
gradient light
background: linear-gradient(to right, hsl(73, 68%, 88%), hsl(73, 68%, 68%));
gradient dark
background: linear-gradient(to right, hsl(73, 68%, 68%), hsl(73, 68%, 48%))
hex
background-color: #CDE576;
tailwind
bg-[hsl(73,68%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 68%, 68%, 0.4);
css variable
--color-primary: hsl(73, 68%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(73, 68%, 68%)?
HEX: #CDE576 | RGB: rgb(205, 229, 118) | CMYK: 10%, 0%, 48%, 10% | HSV: 73°, 48%, 90%. Copy any format from the conversion table above.
What colors go well with #CDE576?
The complementary color is HSL(253, 68%, 68%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 68%, 68%) in CSS?
As HSL: color: hsl(73, 68%, 68%); — As HEX: color: #CDE576; — As RGB: color: rgb(205, 229, 118); — Tailwind CSS: bg-[hsl(73,68%,68%)] — CSS variable: --color-primary: hsl(73, 68%, 68%);