HSL(88, 23%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,23%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 23%, 73%) | color: hsl(88, 23%, 73%) | |
| HEX | #BBCAAA | color: #BBCAAA | |
| RGB | rgb(187, 202, 170) | color: rgb(187, 202, 170) | |
| CMYK | cmyk(7%, 0%, 16%, 21%) | — | |
| HSV | hsv(88, 16%, 79%) | — | |
| HWB | hwb(88 66% 21%) | color: hwb(88 66% 21%) | |
| OKLCH | oklch(0.8189 0.0467 127.91) | color: oklch(0.8189 0.0467 127.91) | |
| Lab | lab(79.45 -10.85 14.28) | color: lab(79.45 -10.85 14.28) | |
| LCH | lch(79.45 17.93 127.23) | color: lch(79.45 17.93 127.23) |
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)
#C1C2B2 — rgb(193, 194, 178)
Deuteranopia (Green-blind)
#C1C0B4 — rgb(193, 192, 180)
Tritanopia (Blue-blind)
#BCB8B9 — rgb(188, 184, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 23%, 73%);
text
color: hsl(88, 23%, 73%);
border
border: 2px solid hsl(88, 23%, 73%);
gradient light
background: linear-gradient(to right, hsl(88, 23%, 93%), hsl(88, 23%, 73%));
gradient dark
background: linear-gradient(to right, hsl(88, 23%, 73%), hsl(88, 23%, 53%))
hex
background-color: #BBCAAA;
tailwind
bg-[hsl(88,23%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 23%, 73%, 0.4);
css variable
--color-primary: hsl(88, 23%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(88, 23%, 73%)?
HEX: #BBCAAA | RGB: rgb(187, 202, 170) | CMYK: 7%, 0%, 16%, 21% | HSV: 88°, 16%, 79%. Copy any format from the conversion table above.
What colors go well with #BBCAAA?
The complementary color is HSL(268, 23%, 73%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 23%, 73%) in CSS?
As HSL: color: hsl(88, 23%, 73%); — As HEX: color: #BBCAAA; — As RGB: color: rgb(187, 202, 170); — Tailwind CSS: bg-[hsl(88,23%,73%)] — CSS variable: --color-primary: hsl(88, 23%, 73%);