HSL(88, 30%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,30%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 30%, 69%) | color: hsl(88, 30%, 69%) | |
| HEX | #B2C898 | color: #B2C898 | |
| RGB | rgb(178, 200, 152) | color: rgb(178, 200, 152) | |
| CMYK | cmyk(11%, 0%, 24%, 22%) | — | |
| HSV | hsv(88, 24%, 78%) | — | |
| HWB | hwb(88 59% 22%) | color: hwb(88 59% 22%) | |
| OKLCH | oklch(0.8038 0.0696 127.91) | color: oklch(0.8038 0.0696 127.91) | |
| Lab | lab(77.9 -15.96 21.6) | color: lab(77.9 -15.96 21.6) | |
| LCH | lch(77.9 26.86 126.46) | color: lch(77.9 26.86 126.46) |
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)
#BCBCA4 — rgb(188, 188, 164)
Deuteranopia (Green-blind)
#BAB9A6 — rgb(186, 185, 166)
Tritanopia (Blue-blind)
#B3ADAF — rgb(179, 173, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 30%, 69%);
text
color: hsl(88, 30%, 69%);
border
border: 2px solid hsl(88, 30%, 69%);
gradient light
background: linear-gradient(to right, hsl(88, 30%, 89%), hsl(88, 30%, 69%));
gradient dark
background: linear-gradient(to right, hsl(88, 30%, 69%), hsl(88, 30%, 49%))
hex
background-color: #B2C898;
tailwind
bg-[hsl(88,30%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 30%, 69%, 0.4);
css variable
--color-primary: hsl(88, 30%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(88, 30%, 69%)?
HEX: #B2C898 | RGB: rgb(178, 200, 152) | CMYK: 11%, 0%, 24%, 22% | HSV: 88°, 24%, 78%. Copy any format from the conversion table above.
What colors go well with #B2C898?
The complementary color is HSL(268, 30%, 69%). 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, 30%, 69%) in CSS?
As HSL: color: hsl(88, 30%, 69%); — As HEX: color: #B2C898; — As RGB: color: rgb(178, 200, 152); — Tailwind CSS: bg-[hsl(88,30%,69%)] — CSS variable: --color-primary: hsl(88, 30%, 69%);