HSL(145, 25%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(145,25%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(145, 25%, 80%) | color: hsl(145, 25%, 80%) | |
| HEX | #BFD9CA | color: #BFD9CA | |
| RGB | rgb(191, 217, 202) | color: rgb(191, 217, 202) | |
| CMYK | cmyk(12%, 0%, 7%, 15%) | — | |
| HSV | hsv(145, 12%, 85%) | — | |
| HWB | hwb(145 75% 15%) | color: hwb(145 75% 15%) | |
| OKLCH | oklch(0.8618 0.0345 160.33) | color: oklch(0.8618 0.0345 160.33) | |
| Lab | lab(84.47 -11.5 4.47) | color: lab(84.47 -11.5 4.47) | |
| LCH | lch(84.47 12.34 158.76) | color: lch(84.47 12.34 158.76) |
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)
#CACACE — rgb(202, 202, 206)
Deuteranopia (Green-blind)
#C9C7CF — rgb(201, 199, 207)
Tritanopia (Blue-blind)
#C0D0D1 — rgb(192, 208, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(145, 25%, 80%);
text
color: hsl(145, 25%, 80%);
border
border: 2px solid hsl(145, 25%, 80%);
gradient light
background: linear-gradient(to right, hsl(145, 25%, 100%), hsl(145, 25%, 80%));
gradient dark
background: linear-gradient(to right, hsl(145, 25%, 80%), hsl(145, 25%, 60%))
hex
background-color: #BFD9CA;
tailwind
bg-[hsl(145,25%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(145, 25%, 80%, 0.4);
css variable
--color-primary: hsl(145, 25%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(145, 25%, 80%)?
HEX: #BFD9CA | RGB: rgb(191, 217, 202) | CMYK: 12%, 0%, 7%, 15% | HSV: 145°, 12%, 85%. Copy any format from the conversion table above.
What colors go well with #BFD9CA?
The complementary color is HSL(325, 25%, 80%). For a triadic harmony, use hues 145°, 265°, and 25°. For analogous combinations, try hues 115° and 175°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(145, 25%, 80%) in CSS?
As HSL: color: hsl(145, 25%, 80%); — As HEX: color: #BFD9CA; — As RGB: color: rgb(191, 217, 202); — Tailwind CSS: bg-[hsl(145,25%,80%)] — CSS variable: --color-primary: hsl(145, 25%, 80%);