HSL(68, 50%, 58%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,50%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 50%, 58%) | color: hsl(68, 50%, 58%) | |
| HEX | #BBC95E | color: #BBC95E | |
| RGB | rgb(187, 201, 94) | color: rgb(187, 201, 94) | |
| CMYK | cmyk(7%, 0%, 53%, 21%) | — | |
| HSV | hsv(68, 53%, 79%) | — | |
| HWB | hwb(68 37% 21%) | color: hwb(68 37% 21%) | |
| OKLCH | oklch(0.8031 0.133 115.66) | color: oklch(0.8031 0.133 115.66) | |
| Lab | lab(77.96 -19.98 51.11) | color: lab(77.96 -19.98 51.11) | |
| LCH | lch(77.96 54.88 111.35) | color: lch(77.96 54.88 111.35) |
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)
#C1C178 — rgb(193, 193, 120)
Deuteranopia (Green-blind)
#C0BF7E — rgb(192, 191, 126)
Tritanopia (Blue-blind)
#BC8C91 — rgb(188, 140, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 50%, 58%);
text
color: hsl(68, 50%, 58%);
border
border: 2px solid hsl(68, 50%, 58%);
gradient light
background: linear-gradient(to right, hsl(68, 50%, 78%), hsl(68, 50%, 58%));
gradient dark
background: linear-gradient(to right, hsl(68, 50%, 58%), hsl(68, 50%, 38%))
hex
background-color: #BBC95E;
tailwind
bg-[hsl(68,50%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 50%, 58%, 0.4);
css variable
--color-primary: hsl(68, 50%, 58%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 50%, 58%)?
HEX: #BBC95E | RGB: rgb(187, 201, 94) | CMYK: 7%, 0%, 53%, 21% | HSV: 68°, 53%, 79%. Copy any format from the conversion table above.
What colors go well with #BBC95E?
The complementary color is HSL(248, 50%, 58%). 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, 50%, 58%) in CSS?
As HSL: color: hsl(68, 50%, 58%); — As HEX: color: #BBC95E; — As RGB: color: rgb(187, 201, 94); — Tailwind CSS: bg-[hsl(68,50%,58%)] — CSS variable: --color-primary: hsl(68, 50%, 58%);