HSL(103, 24%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,24%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 24%, 74%) | color: hsl(103, 24%, 74%) | |
| HEX | #B6CDAD | color: #B6CDAD | |
| RGB | rgb(182, 205, 173) | color: rgb(182, 205, 173) | |
| CMYK | cmyk(11%, 0%, 16%, 20%) | — | |
| HSV | hsv(103, 16%, 80%) | — | |
| HWB | hwb(103 67% 20%) | color: hwb(103 67% 20%) | |
| OKLCH | oklch(0.8224 0.0505 136.87) | color: oklch(0.8224 0.0505 136.87) | |
| Lab | lab(79.97 -13.65 13.36) | color: lab(79.97 -13.65 13.36) | |
| LCH | lch(79.97 19.1 135.62) | color: lch(79.97 19.1 135.62) |
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)
#C0C0B5 — rgb(192, 192, 181)
Deuteranopia (Green-blind)
#BFBDB7 — rgb(191, 189, 183)
Tritanopia (Blue-blind)
#B7BBBC — rgb(183, 187, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 24%, 74%);
text
color: hsl(103, 24%, 74%);
border
border: 2px solid hsl(103, 24%, 74%);
gradient light
background: linear-gradient(to right, hsl(103, 24%, 94%), hsl(103, 24%, 74%));
gradient dark
background: linear-gradient(to right, hsl(103, 24%, 74%), hsl(103, 24%, 54%))
hex
background-color: #B6CDAD;
tailwind
bg-[hsl(103,24%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 24%, 74%, 0.4);
css variable
--color-primary: hsl(103, 24%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(103, 24%, 74%)?
HEX: #B6CDAD | RGB: rgb(182, 205, 173) | CMYK: 11%, 0%, 16%, 20% | HSV: 103°, 16%, 80%. Copy any format from the conversion table above.
What colors go well with #B6CDAD?
The complementary color is HSL(283, 24%, 74%). 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, 24%, 74%) in CSS?
As HSL: color: hsl(103, 24%, 74%); — As HEX: color: #B6CDAD; — As RGB: color: rgb(182, 205, 173); — Tailwind CSS: bg-[hsl(103,24%,74%)] — CSS variable: --color-primary: hsl(103, 24%, 74%);