HSL(81, 37%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,37%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 37%, 75%) | color: hsl(81, 37%, 75%) | |
| HEX | #C6D7A8 | color: #C6D7A8 | |
| RGB | rgb(198, 215, 168) | color: rgb(198, 215, 168) | |
| CMYK | cmyk(8%, 0%, 22%, 16%) | — | |
| HSV | hsv(82, 22%, 84%) | — | |
| HWB | hwb(82 66% 16%) | color: hwb(82 66% 16%) | |
| OKLCH | oklch(0.8543 0.0656 123.93) | color: oklch(0.8543 0.0656 123.93) | |
| Lab | lab(83.67 -13.83 21.34) | color: lab(83.67 -13.83 21.34) | |
| LCH | lch(83.67 25.43 122.95) | color: lch(83.67 25.43 122.95) |
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)
#CDCEB3 — rgb(205, 206, 179)
Deuteranopia (Green-blind)
#CCCBB6 — rgb(204, 203, 182)
Tritanopia (Blue-blind)
#C7BCBE — rgb(199, 188, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 37%, 75%);
text
color: hsl(81, 37%, 75%);
border
border: 2px solid hsl(81, 37%, 75%);
gradient light
background: linear-gradient(to right, hsl(81, 37%, 95%), hsl(81, 37%, 75%));
gradient dark
background: linear-gradient(to right, hsl(81, 37%, 75%), hsl(81, 37%, 55%))
hex
background-color: #C6D7A8;
tailwind
bg-[hsl(81,37%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 37%, 75%, 0.4);
css variable
--color-primary: hsl(81, 37%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 37%, 75%)?
HEX: #C6D7A8 | RGB: rgb(198, 215, 168) | CMYK: 8%, 0%, 22%, 16% | HSV: 82°, 22%, 84%. Copy any format from the conversion table above.
What colors go well with #C6D7A8?
The complementary color is HSL(261, 37%, 75%). 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, 37%, 75%) in CSS?
As HSL: color: hsl(81, 37%, 75%); — As HEX: color: #C6D7A8; — As RGB: color: rgb(198, 215, 168); — Tailwind CSS: bg-[hsl(81,37%,75%)] — CSS variable: --color-primary: hsl(81, 37%, 75%);