HSL(68, 72%, 53%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,72%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 72%, 53%) | color: hsl(68, 72%, 53%) | |
| HEX | #C6DD31 | color: #C6DD31 | |
| RGB | rgb(198, 221, 49) | color: rgb(198, 221, 49) | |
| CMYK | cmyk(10%, 0%, 78%, 13%) | — | |
| HSV | hsv(68, 78%, 87%) | — | |
| HWB | hwb(68 19% 13%) | color: hwb(68 19% 13%) | |
| OKLCH | oklch(0.852 0.1839 117.38) | color: oklch(0.852 0.1839 117.38) | |
| Lab | lab(83.94 -27.93 74.77) | color: lab(83.94 -27.93 74.77) | |
| LCH | lch(83.94 79.82 110.48) | color: lch(83.94 79.82 110.48) |
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)
#D0D05B — rgb(208, 208, 91)
Deuteranopia (Green-blind)
#CFCD65 — rgb(207, 205, 101)
Tritanopia (Blue-blind)
#C77B83 — rgb(199, 123, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 72%, 53%);
text
color: hsl(68, 72%, 53%);
border
border: 2px solid hsl(68, 72%, 53%);
gradient light
background: linear-gradient(to right, hsl(68, 72%, 73%), hsl(68, 72%, 53%));
gradient dark
background: linear-gradient(to right, hsl(68, 72%, 53%), hsl(68, 72%, 33%))
hex
background-color: #C6DD31;
tailwind
bg-[hsl(68,72%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 72%, 53%, 0.4);
css variable
--color-primary: hsl(68, 72%, 53%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 72%, 53%)?
HEX: #C6DD31 | RGB: rgb(198, 221, 49) | CMYK: 10%, 0%, 78%, 13% | HSV: 68°, 78%, 87%. Copy any format from the conversion table above.
What colors go well with #C6DD31?
The complementary color is HSL(248, 72%, 53%). 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, 72%, 53%) in CSS?
As HSL: color: hsl(68, 72%, 53%); — As HEX: color: #C6DD31; — As RGB: color: rgb(198, 221, 49); — Tailwind CSS: bg-[hsl(68,72%,53%)] — CSS variable: --color-primary: hsl(68, 72%, 53%);