HSL(68, 30%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,30%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 30%, 73%) | color: hsl(68, 30%, 73%) | |
| HEX | #C9CFA5 | color: #C9CFA5 | |
| RGB | rgb(201, 207, 165) | color: rgb(201, 207, 165) | |
| CMYK | cmyk(3%, 0%, 20%, 19%) | — | |
| HSV | hsv(69, 20%, 81%) | — | |
| HWB | hwb(69 65% 19%) | color: hwb(69 65% 19%) | |
| OKLCH | oklch(0.839 0.0567 114.24) | color: oklch(0.839 0.0567 114.24) | |
| Lab | lab(81.71 -9.12 20.24) | color: lab(81.71 -9.12 20.24) | |
| LCH | lch(81.71 22.2 114.26) | color: lch(81.71 22.2 114.26) |
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)
#CCCCAF — rgb(204, 204, 175)
Deuteranopia (Green-blind)
#CBCBB2 — rgb(203, 203, 178)
Tritanopia (Blue-blind)
#C9B7B9 — rgb(201, 183, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 30%, 73%);
text
color: hsl(68, 30%, 73%);
border
border: 2px solid hsl(68, 30%, 73%);
gradient light
background: linear-gradient(to right, hsl(68, 30%, 93%), hsl(68, 30%, 73%));
gradient dark
background: linear-gradient(to right, hsl(68, 30%, 73%), hsl(68, 30%, 53%))
hex
background-color: #C9CFA5;
tailwind
bg-[hsl(68,30%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 30%, 73%, 0.4);
css variable
--color-primary: hsl(68, 30%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 30%, 73%)?
HEX: #C9CFA5 | RGB: rgb(201, 207, 165) | CMYK: 3%, 0%, 20%, 19% | HSV: 69°, 20%, 81%. Copy any format from the conversion table above.
What colors go well with #C9CFA5?
The complementary color is HSL(248, 30%, 73%). 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, 30%, 73%) in CSS?
As HSL: color: hsl(68, 30%, 73%); — As HEX: color: #C9CFA5; — As RGB: color: rgb(201, 207, 165); — Tailwind CSS: bg-[hsl(68,30%,73%)] — CSS variable: --color-primary: hsl(68, 30%, 73%);