HSL(124, 75%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(124,75%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(124, 75%, 85%) | color: hsl(124, 75%, 85%) | |
| HEX | #BCF5C0 | color: #BCF5C0 | |
| RGB | rgb(188, 245, 192) | color: rgb(188, 245, 192) | |
| CMYK | cmyk(23%, 0%, 22%, 4%) | — | |
| HSV | hsv(124, 23%, 96%) | — | |
| HWB | hwb(124 74% 4%) | color: hwb(124 74% 4%) | |
| OKLCH | oklch(0.9175 0.092 146.59) | color: oklch(0.9175 0.092 146.59) | |
| Lab | lab(91.6 -28.04 19.78) | color: lab(91.6 -28.04 19.78) | |
| LCH | lch(91.6 34.31 144.8) | color: lch(91.6 34.31 144.8) |
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)
#D5D5CD — rgb(213, 213, 205)
Deuteranopia (Green-blind)
#D1CDD0 — rgb(209, 205, 208)
Tritanopia (Blue-blind)
#BFD7D9 — rgb(191, 215, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(124, 75%, 85%);
text
color: hsl(124, 75%, 85%);
border
border: 2px solid hsl(124, 75%, 85%);
gradient light
background: linear-gradient(to right, hsl(124, 75%, 100%), hsl(124, 75%, 85%));
gradient dark
background: linear-gradient(to right, hsl(124, 75%, 85%), hsl(124, 75%, 65%))
hex
background-color: #BCF5C0;
tailwind
bg-[hsl(124,75%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(124, 75%, 85%, 0.4);
css variable
--color-primary: hsl(124, 75%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(124, 75%, 85%)?
HEX: #BCF5C0 | RGB: rgb(188, 245, 192) | CMYK: 23%, 0%, 22%, 4% | HSV: 124°, 23%, 96%. Copy any format from the conversion table above.
What colors go well with #BCF5C0?
The complementary color is HSL(304, 75%, 85%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(124, 75%, 85%) in CSS?
As HSL: color: hsl(124, 75%, 85%); — As HEX: color: #BCF5C0; — As RGB: color: rgb(188, 245, 192); — Tailwind CSS: bg-[hsl(124,75%,85%)] — CSS variable: --color-primary: hsl(124, 75%, 85%);