HSL(119, 75%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,75%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 75%, 85%) | color: hsl(119, 75%, 85%) | |
| HEX | #BDF5BC | color: #BDF5BC | |
| RGB | rgb(189, 245, 188) | color: rgb(189, 245, 188) | |
| CMYK | cmyk(23%, 0%, 23%, 4%) | — | |
| HSV | hsv(119, 23%, 96%) | — | |
| HWB | hwb(119 74% 4%) | color: hwb(119 74% 4%) | |
| OKLCH | oklch(0.9172 0.0955 144.31) | color: oklch(0.9172 0.0955 144.31) | |
| Lab | lab(91.57 -28.39 21.82) | color: lab(91.57 -28.39 21.82) | |
| LCH | lch(91.57 35.81 142.45) | color: lch(91.57 35.81 142.45) |
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)
#D5D6CA — rgb(213, 214, 202)
Deuteranopia (Green-blind)
#D2CECD — rgb(210, 206, 205)
Tritanopia (Blue-blind)
#C0D5D7 — rgb(192, 213, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 75%, 85%);
text
color: hsl(119, 75%, 85%);
border
border: 2px solid hsl(119, 75%, 85%);
gradient light
background: linear-gradient(to right, hsl(119, 75%, 100%), hsl(119, 75%, 85%));
gradient dark
background: linear-gradient(to right, hsl(119, 75%, 85%), hsl(119, 75%, 65%))
hex
background-color: #BDF5BC;
tailwind
bg-[hsl(119,75%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 75%, 85%, 0.4);
css variable
--color-primary: hsl(119, 75%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 75%, 85%)?
HEX: #BDF5BC | RGB: rgb(189, 245, 188) | CMYK: 23%, 0%, 23%, 4% | HSV: 119°, 23%, 96%. Copy any format from the conversion table above.
What colors go well with #BDF5BC?
The complementary color is HSL(299, 75%, 85%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 75%, 85%) in CSS?
As HSL: color: hsl(119, 75%, 85%); — As HEX: color: #BDF5BC; — As RGB: color: rgb(189, 245, 188); — Tailwind CSS: bg-[hsl(119,75%,85%)] — CSS variable: --color-primary: hsl(119, 75%, 85%);