HSL(65, 63%, 49%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(65,63%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 63%, 49%) | color: hsl(65, 63%, 49%) | |
| HEX | #BFCC2E | color: #BFCC2E | |
| RGB | rgb(191, 204, 46) | color: rgb(191, 204, 46) | |
| CMYK | cmyk(6%, 0%, 77%, 20%) | — | |
| HSV | hsv(65, 77%, 80%) | — | |
| HWB | hwb(65 18% 20%) | color: hwb(65 18% 20%) | |
| OKLCH | oklch(0.8088 0.1697 114.45) | color: oklch(0.8088 0.1697 114.45) | |
| Lab | lab(78.73 -22.78 70.74) | color: lab(78.73 -22.78 70.74) | |
| LCH | lch(78.73 74.32 107.85) | color: lch(78.73 74.32 107.85) |
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)
#C5C554 — rgb(197, 197, 84)
Deuteranopia (Green-blind)
#C4C35D — rgb(196, 195, 93)
Tritanopia (Blue-blind)
#C07279 — rgb(192, 114, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 63%, 49%);
text
color: hsl(65, 63%, 49%);
border
border: 2px solid hsl(65, 63%, 49%);
gradient light
background: linear-gradient(to right, hsl(65, 63%, 69%), hsl(65, 63%, 49%));
gradient dark
background: linear-gradient(to right, hsl(65, 63%, 49%), hsl(65, 63%, 29%))
hex
background-color: #BFCC2E;
tailwind
bg-[hsl(65,63%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 63%, 49%, 0.4);
css variable
--color-primary: hsl(65, 63%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(65, 63%, 49%)?
HEX: #BFCC2E | RGB: rgb(191, 204, 46) | CMYK: 6%, 0%, 77%, 20% | HSV: 65°, 77%, 80%. Copy any format from the conversion table above.
What colors go well with #BFCC2E?
The complementary color is HSL(245, 63%, 49%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(65, 63%, 49%) in CSS?
As HSL: color: hsl(65, 63%, 49%); — As HEX: color: #BFCC2E; — As RGB: color: rgb(191, 204, 46); — Tailwind CSS: bg-[hsl(65,63%,49%)] — CSS variable: --color-primary: hsl(65, 63%, 49%);