HSL(68, 23%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,23%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 23%, 68%) | color: hsl(68, 23%, 68%) | |
| HEX | #BBC09B | color: #BBC09B | |
| RGB | rgb(187, 192, 155) | color: rgb(187, 192, 155) | |
| CMYK | cmyk(3%, 0%, 19%, 25%) | — | |
| HSV | hsv(68, 19%, 75%) | — | |
| HWB | hwb(68 61% 25%) | color: hwb(68 61% 25%) | |
| OKLCH | oklch(0.7941 0.0507 113.81) | color: oklch(0.7941 0.0507 113.81) | |
| Lab | lab(76.45 -8.07 18.11) | color: lab(76.45 -8.07 18.11) | |
| LCH | lch(76.45 19.83 114.02) | color: lch(76.45 19.83 114.02) |
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)
#BDBDA4 — rgb(189, 189, 164)
Deuteranopia (Green-blind)
#BDBDA6 — rgb(189, 189, 166)
Tritanopia (Blue-blind)
#BBABAD — rgb(187, 171, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 23%, 68%);
text
color: hsl(68, 23%, 68%);
border
border: 2px solid hsl(68, 23%, 68%);
gradient light
background: linear-gradient(to right, hsl(68, 23%, 88%), hsl(68, 23%, 68%));
gradient dark
background: linear-gradient(to right, hsl(68, 23%, 68%), hsl(68, 23%, 48%))
hex
background-color: #BBC09B;
tailwind
bg-[hsl(68,23%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 23%, 68%, 0.4);
css variable
--color-primary: hsl(68, 23%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 23%, 68%)?
HEX: #BBC09B | RGB: rgb(187, 192, 155) | CMYK: 3%, 0%, 19%, 25% | HSV: 68°, 19%, 75%. Copy any format from the conversion table above.
What colors go well with #BBC09B?
The complementary color is HSL(248, 23%, 68%). 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, 23%, 68%) in CSS?
As HSL: color: hsl(68, 23%, 68%); — As HEX: color: #BBC09B; — As RGB: color: rgb(187, 192, 155); — Tailwind CSS: bg-[hsl(68,23%,68%)] — CSS variable: --color-primary: hsl(68, 23%, 68%);