HSL(103, 34%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,34%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 34%, 78%) | color: hsl(103, 34%, 78%) | |
| HEX | #BFDAB4 | color: #BFDAB4 | |
| RGB | rgb(191, 218, 180) | color: rgb(191, 218, 180) | |
| CMYK | cmyk(12%, 0%, 17%, 15%) | — | |
| HSV | hsv(103, 17%, 85%) | — | |
| HWB | hwb(103 71% 15%) | color: hwb(103 71% 15%) | |
| OKLCH | oklch(0.8583 0.0591 136.63) | color: oklch(0.8583 0.0591 136.63) | |
| Lab | lab(84.23 -15.9 15.75) | color: lab(84.23 -15.9 15.75) | |
| LCH | lch(84.23 22.38 135.27) | color: lch(84.23 22.38 135.27) |
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)
#CBCBBD — rgb(203, 203, 189)
Deuteranopia (Green-blind)
#C9C7BF — rgb(201, 199, 191)
Tritanopia (Blue-blind)
#C0C4C6 — rgb(192, 196, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 34%, 78%);
text
color: hsl(103, 34%, 78%);
border
border: 2px solid hsl(103, 34%, 78%);
gradient light
background: linear-gradient(to right, hsl(103, 34%, 98%), hsl(103, 34%, 78%));
gradient dark
background: linear-gradient(to right, hsl(103, 34%, 78%), hsl(103, 34%, 58%))
hex
background-color: #BFDAB4;
tailwind
bg-[hsl(103,34%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 34%, 78%, 0.4);
css variable
--color-primary: hsl(103, 34%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(103, 34%, 78%)?
HEX: #BFDAB4 | RGB: rgb(191, 218, 180) | CMYK: 12%, 0%, 17%, 15% | HSV: 103°, 17%, 85%. Copy any format from the conversion table above.
What colors go well with #BFDAB4?
The complementary color is HSL(283, 34%, 78%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 34%, 78%) in CSS?
As HSL: color: hsl(103, 34%, 78%); — As HEX: color: #BFDAB4; — As RGB: color: rgb(191, 218, 180); — Tailwind CSS: bg-[hsl(103,34%,78%)] — CSS variable: --color-primary: hsl(103, 34%, 78%);