HSL(108, 28%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,28%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 28%, 78%) | color: hsl(108, 28%, 78%) | |
| HEX | #BDD7B7 | color: #BDD7B7 | |
| RGB | rgb(189, 215, 183) | color: rgb(189, 215, 183) | |
| CMYK | cmyk(12%, 0%, 15%, 16%) | — | |
| HSV | hsv(109, 15%, 84%) | — | |
| HWB | hwb(109 71% 16%) | color: hwb(109 71% 16%) | |
| OKLCH | oklch(0.8512 0.0517 139.81) | color: oklch(0.8512 0.0517 139.81) | |
| Lab | lab(83.36 -14.58 12.91) | color: lab(83.36 -14.58 12.91) | |
| LCH | lch(83.36 19.47 138.48) | color: lch(83.36 19.47 138.48) |
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)
#C8C8BF — rgb(200, 200, 191)
Deuteranopia (Green-blind)
#C7C5C1 — rgb(199, 197, 193)
Tritanopia (Blue-blind)
#BEC5C6 — rgb(190, 197, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 28%, 78%);
text
color: hsl(108, 28%, 78%);
border
border: 2px solid hsl(108, 28%, 78%);
gradient light
background: linear-gradient(to right, hsl(108, 28%, 98%), hsl(108, 28%, 78%));
gradient dark
background: linear-gradient(to right, hsl(108, 28%, 78%), hsl(108, 28%, 58%))
hex
background-color: #BDD7B7;
tailwind
bg-[hsl(108,28%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 28%, 78%, 0.4);
css variable
--color-primary: hsl(108, 28%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 28%, 78%)?
HEX: #BDD7B7 | RGB: rgb(189, 215, 183) | CMYK: 12%, 0%, 15%, 16% | HSV: 109°, 15%, 84%. Copy any format from the conversion table above.
What colors go well with #BDD7B7?
The complementary color is HSL(288, 28%, 78%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 28%, 78%) in CSS?
As HSL: color: hsl(108, 28%, 78%); — As HEX: color: #BDD7B7; — As RGB: color: rgb(189, 215, 183); — Tailwind CSS: bg-[hsl(108,28%,78%)] — CSS variable: --color-primary: hsl(108, 28%, 78%);