HSL(81, 56%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,56%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 56%, 74%) | color: hsl(81, 56%, 74%) | |
| HEX | #C8E298 | color: #C8E298 | |
| RGB | rgb(200, 226, 152) | color: rgb(200, 226, 152) | |
| CMYK | cmyk(12%, 0%, 33%, 11%) | — | |
| HSV | hsv(81, 33%, 89%) | — | |
| HWB | hwb(81 60% 11%) | color: hwb(81 60% 11%) | |
| OKLCH | oklch(0.876 0.1006 124.18) | color: oklch(0.876 0.1006 124.18) | |
| Lab | lab(86.47 -20.83 33.42) | color: lab(86.47 -20.83 33.42) | |
| LCH | lch(86.47 39.38 121.93) | color: lch(86.47 39.38 121.93) |
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)
#D3D3AA — rgb(211, 211, 170)
Deuteranopia (Green-blind)
#D2D0AE — rgb(210, 208, 174)
Tritanopia (Blue-blind)
#C9B8BB — rgb(201, 184, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 56%, 74%);
text
color: hsl(81, 56%, 74%);
border
border: 2px solid hsl(81, 56%, 74%);
gradient light
background: linear-gradient(to right, hsl(81, 56%, 94%), hsl(81, 56%, 74%));
gradient dark
background: linear-gradient(to right, hsl(81, 56%, 74%), hsl(81, 56%, 54%))
hex
background-color: #C8E298;
tailwind
bg-[hsl(81,56%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 56%, 74%, 0.4);
css variable
--color-primary: hsl(81, 56%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 56%, 74%)?
HEX: #C8E298 | RGB: rgb(200, 226, 152) | CMYK: 12%, 0%, 33%, 11% | HSV: 81°, 33%, 89%. Copy any format from the conversion table above.
What colors go well with #C8E298?
The complementary color is HSL(261, 56%, 74%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 56%, 74%) in CSS?
As HSL: color: hsl(81, 56%, 74%); — As HEX: color: #C8E298; — As RGB: color: rgb(200, 226, 152); — Tailwind CSS: bg-[hsl(81,56%,74%)] — CSS variable: --color-primary: hsl(81, 56%, 74%);