HSL(93, 23%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,23%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 23%, 75%) | color: hsl(93, 23%, 75%) | |
| HEX | #BECEB1 | color: #BECEB1 | |
| RGB | rgb(190, 206, 177) | color: rgb(190, 206, 177) | |
| CMYK | cmyk(8%, 0%, 14%, 19%) | — | |
| HSV | hsv(93, 14%, 81%) | — | |
| HWB | hwb(93 70% 19%) | color: hwb(93 70% 19%) | |
| OKLCH | oklch(0.8313 0.0432 131) | color: oklch(0.8313 0.0432 131) | |
| Lab | lab(80.89 -10.67 12.61) | color: lab(80.89 -10.67 12.61) | |
| LCH | lch(80.89 16.52 130.24) | color: lch(80.89 16.52 130.24) |
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)
#C5C5B8 — rgb(197, 197, 184)
Deuteranopia (Green-blind)
#C4C3BA — rgb(196, 195, 186)
Tritanopia (Blue-blind)
#BFBEBF — rgb(191, 190, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 23%, 75%);
text
color: hsl(93, 23%, 75%);
border
border: 2px solid hsl(93, 23%, 75%);
gradient light
background: linear-gradient(to right, hsl(93, 23%, 95%), hsl(93, 23%, 75%));
gradient dark
background: linear-gradient(to right, hsl(93, 23%, 75%), hsl(93, 23%, 55%))
hex
background-color: #BECEB1;
tailwind
bg-[hsl(93,23%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 23%, 75%, 0.4);
css variable
--color-primary: hsl(93, 23%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 23%, 75%)?
HEX: #BECEB1 | RGB: rgb(190, 206, 177) | CMYK: 8%, 0%, 14%, 19% | HSV: 93°, 14%, 81%. Copy any format from the conversion table above.
What colors go well with #BECEB1?
The complementary color is HSL(273, 23%, 75%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 23%, 75%) in CSS?
As HSL: color: hsl(93, 23%, 75%); — As HEX: color: #BECEB1; — As RGB: color: rgb(190, 206, 177); — Tailwind CSS: bg-[hsl(93,23%,75%)] — CSS variable: --color-primary: hsl(93, 23%, 75%);