HSL(68, 30%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,30%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 30%, 66%) | color: hsl(68, 30%, 66%) | |
| HEX | #BBC28E | color: #BBC28E | |
| RGB | rgb(187, 194, 142) | color: rgb(187, 194, 142) | |
| CMYK | cmyk(4%, 0%, 27%, 24%) | — | |
| HSV | hsv(68, 27%, 76%) | — | |
| HWB | hwb(68 55% 24%) | color: hwb(68 55% 24%) | |
| OKLCH | oklch(0.7956 0.0702 114.25) | color: oklch(0.7956 0.0702 114.25) | |
| Lab | lab(76.74 -11.01 25.42) | color: lab(76.74 -11.01 25.42) | |
| LCH | lch(76.74 27.7 113.42) | color: lch(76.74 27.7 113.42) |
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)
#BEBE9B — rgb(190, 190, 155)
Deuteranopia (Green-blind)
#BEBD9E — rgb(190, 189, 158)
Tritanopia (Blue-blind)
#BBA5A7 — rgb(187, 165, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 30%, 66%);
text
color: hsl(68, 30%, 66%);
border
border: 2px solid hsl(68, 30%, 66%);
gradient light
background: linear-gradient(to right, hsl(68, 30%, 86%), hsl(68, 30%, 66%));
gradient dark
background: linear-gradient(to right, hsl(68, 30%, 66%), hsl(68, 30%, 46%))
hex
background-color: #BBC28E;
tailwind
bg-[hsl(68,30%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 30%, 66%, 0.4);
css variable
--color-primary: hsl(68, 30%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 30%, 66%)?
HEX: #BBC28E | RGB: rgb(187, 194, 142) | CMYK: 4%, 0%, 27%, 24% | HSV: 68°, 27%, 76%. Copy any format from the conversion table above.
What colors go well with #BBC28E?
The complementary color is HSL(248, 30%, 66%). 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%, 66%) in CSS?
As HSL: color: hsl(68, 30%, 66%); — As HEX: color: #BBC28E; — As RGB: color: rgb(187, 194, 142); — Tailwind CSS: bg-[hsl(68,30%,66%)] — CSS variable: --color-primary: hsl(68, 30%, 66%);