HSL(93, 83%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,83%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 83%, 77%) | color: hsl(93, 83%, 77%) | |
| HEX | #BFF594 | color: #BFF594 | |
| RGB | rgb(191, 245, 148) | color: rgb(191, 245, 148) | |
| CMYK | cmyk(22%, 0%, 40%, 4%) | — | |
| HSV | hsv(93, 40%, 96%) | — | |
| HWB | hwb(93 58% 4%) | color: hwb(93 58% 4%) | |
| OKLCH | oklch(0.9108 0.1369 132.29) | color: oklch(0.9108 0.1369 132.29) | |
| Lab | lab(91.02 -33.59 41.23) | color: lab(91.02 -33.59 41.23) | |
| LCH | lch(91.02 53.18 129.17) | color: lch(91.02 53.18 129.17) |
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)
#D6D7AB — rgb(214, 215, 171)
Deuteranopia (Green-blind)
#D3CFB1 — rgb(211, 207, 177)
Tritanopia (Blue-blind)
#C2BEC2 — rgb(194, 190, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 83%, 77%);
text
color: hsl(93, 83%, 77%);
border
border: 2px solid hsl(93, 83%, 77%);
gradient light
background: linear-gradient(to right, hsl(93, 83%, 97%), hsl(93, 83%, 77%));
gradient dark
background: linear-gradient(to right, hsl(93, 83%, 77%), hsl(93, 83%, 57%))
hex
background-color: #BFF594;
tailwind
bg-[hsl(93,83%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 83%, 77%, 0.4);
css variable
--color-primary: hsl(93, 83%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 83%, 77%)?
HEX: #BFF594 | RGB: rgb(191, 245, 148) | CMYK: 22%, 0%, 40%, 4% | HSV: 93°, 40%, 96%. Copy any format from the conversion table above.
What colors go well with #BFF594?
The complementary color is HSL(273, 83%, 77%). 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, 83%, 77%) in CSS?
As HSL: color: hsl(93, 83%, 77%); — As HEX: color: #BFF594; — As RGB: color: rgb(191, 245, 148); — Tailwind CSS: bg-[hsl(93,83%,77%)] — CSS variable: --color-primary: hsl(93, 83%, 77%);