HSL(65, 30%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(65,30%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 30%, 71%) | color: hsl(65, 30%, 71%) | |
| HEX | #C8CB9F | color: #C8CB9F | |
| RGB | rgb(200, 203, 159) | color: rgb(200, 203, 159) | |
| CMYK | cmyk(1%, 0%, 22%, 20%) | — | |
| HSV | hsv(64, 22%, 80%) | — | |
| HWB | hwb(64 62% 20%) | color: hwb(64 62% 20%) | |
| OKLCH | oklch(0.8286 0.059 110.84) | color: oklch(0.8286 0.059 110.84) | |
| Lab | lab(80.46 -8.32 21.67) | color: lab(80.46 -8.32 21.67) | |
| LCH | lch(80.46 23.21 111) | color: lch(80.46 23.21 111) |
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)
#C9C9AA — rgb(201, 201, 170)
Deuteranopia (Green-blind)
#C9C9AC — rgb(201, 201, 172)
Tritanopia (Blue-blind)
#C8B2B4 — rgb(200, 178, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 30%, 71%);
text
color: hsl(65, 30%, 71%);
border
border: 2px solid hsl(65, 30%, 71%);
gradient light
background: linear-gradient(to right, hsl(65, 30%, 91%), hsl(65, 30%, 71%));
gradient dark
background: linear-gradient(to right, hsl(65, 30%, 71%), hsl(65, 30%, 51%))
hex
background-color: #C8CB9F;
tailwind
bg-[hsl(65,30%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 30%, 71%, 0.4);
css variable
--color-primary: hsl(65, 30%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(65, 30%, 71%)?
HEX: #C8CB9F | RGB: rgb(200, 203, 159) | CMYK: 1%, 0%, 22%, 20% | HSV: 64°, 22%, 80%. Copy any format from the conversion table above.
What colors go well with #C8CB9F?
The complementary color is HSL(245, 30%, 71%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(65, 30%, 71%) in CSS?
As HSL: color: hsl(65, 30%, 71%); — As HEX: color: #C8CB9F; — As RGB: color: rgb(200, 203, 159); — Tailwind CSS: bg-[hsl(65,30%,71%)] — CSS variable: --color-primary: hsl(65, 30%, 71%);