HSL(103, 23%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,23%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 23%, 75%) | color: hsl(103, 23%, 75%) | |
| HEX | #B9CEB1 | color: #B9CEB1 | |
| RGB | rgb(185, 206, 177) | color: rgb(185, 206, 177) | |
| CMYK | cmyk(10%, 0%, 14%, 19%) | — | |
| HSV | hsv(103, 14%, 81%) | — | |
| HWB | hwb(103 70% 19%) | color: hwb(103 70% 19%) | |
| OKLCH | oklch(0.8277 0.0458 137.03) | color: oklch(0.8277 0.0458 137.03) | |
| Lab | lab(80.53 -12.43 12.06) | color: lab(80.53 -12.43 12.06) | |
| LCH | lch(80.53 17.32 135.87) | color: lch(80.53 17.32 135.87) |
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)
#C2C2B8 — rgb(194, 194, 184)
Deuteranopia (Green-blind)
#C1BFBA — rgb(193, 191, 186)
Tritanopia (Blue-blind)
#BABEBF — rgb(186, 190, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 23%, 75%);
text
color: hsl(103, 23%, 75%);
border
border: 2px solid hsl(103, 23%, 75%);
gradient light
background: linear-gradient(to right, hsl(103, 23%, 95%), hsl(103, 23%, 75%));
gradient dark
background: linear-gradient(to right, hsl(103, 23%, 75%), hsl(103, 23%, 55%))
hex
background-color: #B9CEB1;
tailwind
bg-[hsl(103,23%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 23%, 75%, 0.4);
css variable
--color-primary: hsl(103, 23%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(103, 23%, 75%)?
HEX: #B9CEB1 | RGB: rgb(185, 206, 177) | CMYK: 10%, 0%, 14%, 19% | HSV: 103°, 14%, 81%. Copy any format from the conversion table above.
What colors go well with #B9CEB1?
The complementary color is HSL(283, 23%, 75%). 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, 23%, 75%) in CSS?
As HSL: color: hsl(103, 23%, 75%); — As HEX: color: #B9CEB1; — As RGB: color: rgb(185, 206, 177); — Tailwind CSS: bg-[hsl(103,23%,75%)] — CSS variable: --color-primary: hsl(103, 23%, 75%);