HSL(113, 20%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,20%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 20%, 74%) | color: hsl(113, 20%, 74%) | |
| HEX | #B3CAAF | color: #B3CAAF | |
| RGB | rgb(179, 202, 175) | color: rgb(179, 202, 175) | |
| CMYK | cmyk(11%, 0%, 13%, 21%) | — | |
| HSV | hsv(111, 13%, 79%) | — | |
| HWB | hwb(111 69% 21%) | color: hwb(111 69% 21%) | |
| OKLCH | oklch(0.8143 0.0448 141) | color: oklch(0.8143 0.0448 141) | |
| Lab | lab(78.99 -12.82 10.89) | color: lab(78.99 -12.82 10.89) | |
| LCH | lch(78.99 16.82 139.65) | color: lch(78.99 16.82 139.65) |
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)
#BDBDB6 — rgb(189, 189, 182)
Deuteranopia (Green-blind)
#BCBAB7 — rgb(188, 186, 183)
Tritanopia (Blue-blind)
#B4BBBC — rgb(180, 187, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 20%, 74%);
text
color: hsl(113, 20%, 74%);
border
border: 2px solid hsl(113, 20%, 74%);
gradient light
background: linear-gradient(to right, hsl(113, 20%, 94%), hsl(113, 20%, 74%));
gradient dark
background: linear-gradient(to right, hsl(113, 20%, 74%), hsl(113, 20%, 54%))
hex
background-color: #B3CAAF;
tailwind
bg-[hsl(113,20%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 20%, 74%, 0.4);
css variable
--color-primary: hsl(113, 20%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 20%, 74%)?
HEX: #B3CAAF | RGB: rgb(179, 202, 175) | CMYK: 11%, 0%, 13%, 21% | HSV: 111°, 13%, 79%. Copy any format from the conversion table above.
What colors go well with #B3CAAF?
The complementary color is HSL(293, 20%, 74%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 20%, 74%) in CSS?
As HSL: color: hsl(113, 20%, 74%); — As HEX: color: #B3CAAF; — As RGB: color: rgb(179, 202, 175); — Tailwind CSS: bg-[hsl(113,20%,74%)] — CSS variable: --color-primary: hsl(113, 20%, 74%);