HSL(71, 44%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,44%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 44%, 65%) | color: hsl(71, 44%, 65%) | |
| HEX | #BFCD7E | color: #BFCD7E | |
| RGB | rgb(191, 205, 126) | color: rgb(191, 205, 126) | |
| CMYK | cmyk(7%, 0%, 39%, 20%) | — | |
| HSV | hsv(71, 39%, 80%) | — | |
| HWB | hwb(71 49% 20%) | color: hwb(71 49% 20%) | |
| OKLCH | oklch(0.8195 0.1036 116.95) | color: oklch(0.8195 0.1036 116.95) | |
| Lab | lab(79.75 -17.11 37.74) | color: lab(79.75 -17.11 37.74) | |
| LCH | lch(79.75 41.44 114.39) | color: lch(79.75 41.44 114.39) |
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)
#C5C591 — rgb(197, 197, 145)
Deuteranopia (Green-blind)
#C4C396 — rgb(196, 195, 150)
Tritanopia (Blue-blind)
#C0A0A4 — rgb(192, 160, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 44%, 65%);
text
color: hsl(71, 44%, 65%);
border
border: 2px solid hsl(71, 44%, 65%);
gradient light
background: linear-gradient(to right, hsl(71, 44%, 85%), hsl(71, 44%, 65%));
gradient dark
background: linear-gradient(to right, hsl(71, 44%, 65%), hsl(71, 44%, 45%))
hex
background-color: #BFCD7E;
tailwind
bg-[hsl(71,44%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 44%, 65%, 0.4);
css variable
--color-primary: hsl(71, 44%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 44%, 65%)?
HEX: #BFCD7E | RGB: rgb(191, 205, 126) | CMYK: 7%, 0%, 39%, 20% | HSV: 71°, 39%, 80%. Copy any format from the conversion table above.
What colors go well with #BFCD7E?
The complementary color is HSL(251, 44%, 65%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 44%, 65%) in CSS?
As HSL: color: hsl(71, 44%, 65%); — As HEX: color: #BFCD7E; — As RGB: color: rgb(191, 205, 126); — Tailwind CSS: bg-[hsl(71,44%,65%)] — CSS variable: --color-primary: hsl(71, 44%, 65%);