HSL(67, 63%, 48%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,63%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 63%, 48%) | color: hsl(67, 63%, 48%) | |
| HEX | #B6C82D | color: #B6C82D | |
| RGB | rgb(182, 200, 45) | color: rgb(182, 200, 45) | |
| CMYK | cmyk(9%, 0%, 78%, 22%) | — | |
| HSV | hsv(67, 78%, 78%) | — | |
| HWB | hwb(67 17% 22%) | color: hwb(67 17% 22%) | |
| OKLCH | oklch(0.7928 0.1688 116.36) | color: oklch(0.7928 0.1688 116.36) | |
| Lab | lab(76.95 -24.63 69.18) | color: lab(76.95 -24.63 69.18) | |
| LCH | lch(76.95 73.43 109.6) | color: lch(76.95 73.43 109.6) |
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)
#BEBE53 — rgb(190, 190, 83)
Deuteranopia (Green-blind)
#BDBB5C — rgb(189, 187, 92)
Tritanopia (Blue-blind)
#B77077 — rgb(183, 112, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 63%, 48%);
text
color: hsl(67, 63%, 48%);
border
border: 2px solid hsl(67, 63%, 48%);
gradient light
background: linear-gradient(to right, hsl(67, 63%, 68%), hsl(67, 63%, 48%));
gradient dark
background: linear-gradient(to right, hsl(67, 63%, 48%), hsl(67, 63%, 28%))
hex
background-color: #B6C82D;
tailwind
bg-[hsl(67,63%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 63%, 48%, 0.4);
css variable
--color-primary: hsl(67, 63%, 48%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 63%, 48%)?
HEX: #B6C82D | RGB: rgb(182, 200, 45) | CMYK: 9%, 0%, 78%, 22% | HSV: 67°, 78%, 78%. Copy any format from the conversion table above.
What colors go well with #B6C82D?
The complementary color is HSL(247, 63%, 48%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 63%, 48%) in CSS?
As HSL: color: hsl(67, 63%, 48%); — As HEX: color: #B6C82D; — As RGB: color: rgb(182, 200, 45); — Tailwind CSS: bg-[hsl(67,63%,48%)] — CSS variable: --color-primary: hsl(67, 63%, 48%);