HSL(145, 25%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(145,25%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(145, 25%, 65%) | color: hsl(145, 25%, 65%) | |
| HEX | #8FBCA2 | color: #8FBCA2 | |
| RGB | rgb(143, 188, 162) | color: rgb(143, 188, 162) | |
| CMYK | cmyk(24%, 0%, 14%, 26%) | — | |
| HSV | hsv(145, 24%, 74%) | — | |
| HWB | hwb(145 56% 26%) | color: hwb(145 56% 26%) | |
| OKLCH | oklch(0.7556 0.0607 159.2) | color: oklch(0.7556 0.0607 159.2) | |
| Lab | lab(72.5 -20.29 8.33) | color: lab(72.5 -20.29 8.33) | |
| LCH | lch(72.5 21.93 157.68) | color: lch(72.5 21.93 157.68) |
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)
#A2A3A8 — rgb(162, 163, 168)
Deuteranopia (Green-blind)
#A09DAA — rgb(160, 157, 170)
Tritanopia (Blue-blind)
#91ADAE — rgb(145, 173, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(145, 25%, 65%);
text
color: hsl(145, 25%, 65%);
border
border: 2px solid hsl(145, 25%, 65%);
gradient light
background: linear-gradient(to right, hsl(145, 25%, 85%), hsl(145, 25%, 65%));
gradient dark
background: linear-gradient(to right, hsl(145, 25%, 65%), hsl(145, 25%, 45%))
hex
background-color: #8FBCA2;
tailwind
bg-[hsl(145,25%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(145, 25%, 65%, 0.4);
css variable
--color-primary: hsl(145, 25%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(145, 25%, 65%)?
HEX: #8FBCA2 | RGB: rgb(143, 188, 162) | CMYK: 24%, 0%, 14%, 26% | HSV: 145°, 24%, 74%. Copy any format from the conversion table above.
What colors go well with #8FBCA2?
The complementary color is HSL(325, 25%, 65%). 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%, 65%) in CSS?
As HSL: color: hsl(145, 25%, 65%); — As HEX: color: #8FBCA2; — As RGB: color: rgb(143, 188, 162); — Tailwind CSS: bg-[hsl(145,25%,65%)] — CSS variable: --color-primary: hsl(145, 25%, 65%);