HSL(67, 22%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,22%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 22%, 70%) | color: hsl(67, 22%, 70%) | |
| HEX | #BFC3A2 | color: #BFC3A2 | |
| RGB | rgb(191, 195, 162) | color: rgb(191, 195, 162) | |
| CMYK | cmyk(2%, 0%, 17%, 24%) | — | |
| HSV | hsv(67, 17%, 76%) | — | |
| HWB | hwb(67 63% 24%) | color: hwb(67 63% 24%) | |
| OKLCH | oklch(0.8053 0.0451 113.03) | color: oklch(0.8053 0.0451 113.03) | |
| Lab | lab(77.71 -7.06 16.15) | color: lab(77.71 -7.06 16.15) | |
| LCH | lch(77.71 17.63 113.61) | color: lch(77.71 17.63 113.61) |
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)
#C1C1AA — rgb(193, 193, 170)
Deuteranopia (Green-blind)
#C1C0AC — rgb(193, 192, 172)
Tritanopia (Blue-blind)
#BFB0B2 — rgb(191, 176, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 22%, 70%);
text
color: hsl(67, 22%, 70%);
border
border: 2px solid hsl(67, 22%, 70%);
gradient light
background: linear-gradient(to right, hsl(67, 22%, 90%), hsl(67, 22%, 70%));
gradient dark
background: linear-gradient(to right, hsl(67, 22%, 70%), hsl(67, 22%, 50%))
hex
background-color: #BFC3A2;
tailwind
bg-[hsl(67,22%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 22%, 70%, 0.4);
css variable
--color-primary: hsl(67, 22%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 22%, 70%)?
HEX: #BFC3A2 | RGB: rgb(191, 195, 162) | CMYK: 2%, 0%, 17%, 24% | HSV: 67°, 17%, 76%. Copy any format from the conversion table above.
What colors go well with #BFC3A2?
The complementary color is HSL(247, 22%, 70%). 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, 22%, 70%) in CSS?
As HSL: color: hsl(67, 22%, 70%); — As HEX: color: #BFC3A2; — As RGB: color: rgb(191, 195, 162); — Tailwind CSS: bg-[hsl(67,22%,70%)] — CSS variable: --color-primary: hsl(67, 22%, 70%);