HSL(122, 35%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,35%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 35%, 81%) | color: hsl(122, 35%, 81%) | |
| HEX | #BEE0BF | color: #BEE0BF | |
| RGB | rgb(190, 224, 191) | color: rgb(190, 224, 191) | |
| CMYK | cmyk(15%, 0%, 15%, 12%) | — | |
| HSV | hsv(122, 15%, 88%) | — | |
| HWB | hwb(122 75% 12%) | color: hwb(122 75% 12%) | |
| OKLCH | oklch(0.8731 0.0575 145.84) | color: oklch(0.8731 0.0575 145.84) | |
| Lab | lab(86.02 -17.36 12.48) | color: lab(86.02 -17.36 12.48) | |
| LCH | lch(86.02 21.38 144.29) | color: lch(86.02 21.38 144.29) |
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)
#CDCDC7 — rgb(205, 205, 199)
Deuteranopia (Green-blind)
#CBC8C9 — rgb(203, 200, 201)
Tritanopia (Blue-blind)
#C0CDCF — rgb(192, 205, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 35%, 81%);
text
color: hsl(122, 35%, 81%);
border
border: 2px solid hsl(122, 35%, 81%);
gradient light
background: linear-gradient(to right, hsl(122, 35%, 100%), hsl(122, 35%, 81%));
gradient dark
background: linear-gradient(to right, hsl(122, 35%, 81%), hsl(122, 35%, 61%))
hex
background-color: #BEE0BF;
tailwind
bg-[hsl(122,35%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 35%, 81%, 0.4);
css variable
--color-primary: hsl(122, 35%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 35%, 81%)?
HEX: #BEE0BF | RGB: rgb(190, 224, 191) | CMYK: 15%, 0%, 15%, 12% | HSV: 122°, 15%, 88%. Copy any format from the conversion table above.
What colors go well with #BEE0BF?
The complementary color is HSL(302, 35%, 81%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 35%, 81%) in CSS?
As HSL: color: hsl(122, 35%, 81%); — As HEX: color: #BEE0BF; — As RGB: color: rgb(190, 224, 191); — Tailwind CSS: bg-[hsl(122,35%,81%)] — CSS variable: --color-primary: hsl(122, 35%, 81%);