HSL(69, 49%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(69,49%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 49%, 71%) | color: hsl(69, 49%, 71%) | |
| HEX | #CED991 | color: #CED991 | |
| RGB | rgb(206, 217, 145) | color: rgb(206, 217, 145) | |
| CMYK | cmyk(5%, 0%, 33%, 15%) | — | |
| HSV | hsv(69, 33%, 85%) | — | |
| HWB | hwb(69 57% 15%) | color: hwb(69 57% 15%) | |
| OKLCH | oklch(0.86 0.0942 115.49) | color: oklch(0.86 0.0942 115.49) | |
| Lab | lab(84.38 -15.05 34.29) | color: lab(84.38 -15.05 34.29) | |
| LCH | lch(84.38 37.45 113.7) | color: lch(84.38 37.45 113.7) |
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)
#D3D3A2 — rgb(211, 211, 162)
Deuteranopia (Green-blind)
#D2D1A7 — rgb(210, 209, 167)
Tritanopia (Blue-blind)
#CFB0B3 — rgb(207, 176, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 49%, 71%);
text
color: hsl(69, 49%, 71%);
border
border: 2px solid hsl(69, 49%, 71%);
gradient light
background: linear-gradient(to right, hsl(69, 49%, 91%), hsl(69, 49%, 71%));
gradient dark
background: linear-gradient(to right, hsl(69, 49%, 71%), hsl(69, 49%, 51%))
hex
background-color: #CED991;
tailwind
bg-[hsl(69,49%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 49%, 71%, 0.4);
css variable
--color-primary: hsl(69, 49%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(69, 49%, 71%)?
HEX: #CED991 | RGB: rgb(206, 217, 145) | CMYK: 5%, 0%, 33%, 15% | HSV: 69°, 33%, 85%. Copy any format from the conversion table above.
What colors go well with #CED991?
The complementary color is HSL(249, 49%, 71%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 49%, 71%) in CSS?
As HSL: color: hsl(69, 49%, 71%); — As HEX: color: #CED991; — As RGB: color: rgb(206, 217, 145); — Tailwind CSS: bg-[hsl(69,49%,71%)] — CSS variable: --color-primary: hsl(69, 49%, 71%);