HSL(97, 33%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,33%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 33%, 76%) | color: hsl(97, 33%, 76%) | |
| HEX | #BDD6AE | color: #BDD6AE | |
| RGB | rgb(189, 214, 174) | color: rgb(189, 214, 174) | |
| CMYK | cmyk(12%, 0%, 19%, 16%) | — | |
| HSV | hsv(98, 19%, 84%) | — | |
| HWB | hwb(98 68% 16%) | color: hwb(98 68% 16%) | |
| OKLCH | oklch(0.8469 0.0605 133.79) | color: oklch(0.8469 0.0605 133.79) | |
| Lab | lab(82.9 -15.58 17.01) | color: lab(82.9 -15.58 17.01) | |
| LCH | lch(82.9 23.07 132.49) | color: lch(82.9 23.07 132.49) |
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)
#C8C8B8 — rgb(200, 200, 184)
Deuteranopia (Green-blind)
#C6C5BA — rgb(198, 197, 186)
Tritanopia (Blue-blind)
#BEBFC1 — rgb(190, 191, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 33%, 76%);
text
color: hsl(97, 33%, 76%);
border
border: 2px solid hsl(97, 33%, 76%);
gradient light
background: linear-gradient(to right, hsl(97, 33%, 96%), hsl(97, 33%, 76%));
gradient dark
background: linear-gradient(to right, hsl(97, 33%, 76%), hsl(97, 33%, 56%))
hex
background-color: #BDD6AE;
tailwind
bg-[hsl(97,33%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 33%, 76%, 0.4);
css variable
--color-primary: hsl(97, 33%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 33%, 76%)?
HEX: #BDD6AE | RGB: rgb(189, 214, 174) | CMYK: 12%, 0%, 19%, 16% | HSV: 98°, 19%, 84%. Copy any format from the conversion table above.
What colors go well with #BDD6AE?
The complementary color is HSL(277, 33%, 76%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 33%, 76%) in CSS?
As HSL: color: hsl(97, 33%, 76%); — As HEX: color: #BDD6AE; — As RGB: color: rgb(189, 214, 174); — Tailwind CSS: bg-[hsl(97,33%,76%)] — CSS variable: --color-primary: hsl(97, 33%, 76%);