HSL(66, 50%, 58%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,50%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 50%, 58%) | color: hsl(66, 50%, 58%) | |
| HEX | #BFC95E | color: #BFC95E | |
| RGB | rgb(191, 201, 94) | color: rgb(191, 201, 94) | |
| CMYK | cmyk(5%, 0%, 53%, 21%) | — | |
| HSV | hsv(66, 53%, 79%) | — | |
| HWB | hwb(66 37% 21%) | color: hwb(66 37% 21%) | |
| OKLCH | oklch(0.8062 0.132 113.8) | color: oklch(0.8062 0.132 113.8) | |
| Lab | lab(78.26 -18.36 51.54) | color: lab(78.26 -18.36 51.54) | |
| LCH | lch(78.26 54.71 109.61) | color: lch(78.26 54.71 109.61) |
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)
#C3C378 — rgb(195, 195, 120)
Deuteranopia (Green-blind)
#C3C27E — rgb(195, 194, 126)
Tritanopia (Blue-blind)
#C08C91 — rgb(192, 140, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 50%, 58%);
text
color: hsl(66, 50%, 58%);
border
border: 2px solid hsl(66, 50%, 58%);
gradient light
background: linear-gradient(to right, hsl(66, 50%, 78%), hsl(66, 50%, 58%));
gradient dark
background: linear-gradient(to right, hsl(66, 50%, 58%), hsl(66, 50%, 38%))
hex
background-color: #BFC95E;
tailwind
bg-[hsl(66,50%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 50%, 58%, 0.4);
css variable
--color-primary: hsl(66, 50%, 58%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 50%, 58%)?
HEX: #BFC95E | RGB: rgb(191, 201, 94) | CMYK: 5%, 0%, 53%, 21% | HSV: 66°, 53%, 79%. Copy any format from the conversion table above.
What colors go well with #BFC95E?
The complementary color is HSL(246, 50%, 58%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 50%, 58%) in CSS?
As HSL: color: hsl(66, 50%, 58%); — As HEX: color: #BFC95E; — As RGB: color: rgb(191, 201, 94); — Tailwind CSS: bg-[hsl(66,50%,58%)] — CSS variable: --color-primary: hsl(66, 50%, 58%);