HSL(83, 61%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,61%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 61%, 70%) | color: hsl(83, 61%, 70%) | |
| HEX | #BDE184 | color: #BDE184 | |
| RGB | rgb(189, 225, 132) | color: rgb(189, 225, 132) | |
| CMYK | cmyk(16%, 0%, 41%, 12%) | — | |
| HSV | hsv(83, 41%, 88%) | — | |
| HWB | hwb(83 52% 12%) | color: hwb(83 52% 12%) | |
| OKLCH | oklch(0.8627 0.1257 126.18) | color: oklch(0.8627 0.1257 126.18) | |
| Lab | lab(85.17 -26.93 41.61) | color: lab(85.17 -26.93 41.61) | |
| LCH | lch(85.17 49.56 122.91) | color: lch(85.17 49.56 122.91) |
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)
#CDCD9B — rgb(205, 205, 155)
Deuteranopia (Green-blind)
#CBC8A0 — rgb(203, 200, 160)
Tritanopia (Blue-blind)
#BFACB0 — rgb(191, 172, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 61%, 70%);
text
color: hsl(83, 61%, 70%);
border
border: 2px solid hsl(83, 61%, 70%);
gradient light
background: linear-gradient(to right, hsl(83, 61%, 90%), hsl(83, 61%, 70%));
gradient dark
background: linear-gradient(to right, hsl(83, 61%, 70%), hsl(83, 61%, 50%))
hex
background-color: #BDE184;
tailwind
bg-[hsl(83,61%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 61%, 70%, 0.4);
css variable
--color-primary: hsl(83, 61%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 61%, 70%)?
HEX: #BDE184 | RGB: rgb(189, 225, 132) | CMYK: 16%, 0%, 41%, 12% | HSV: 83°, 41%, 88%. Copy any format from the conversion table above.
What colors go well with #BDE184?
The complementary color is HSL(263, 61%, 70%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 61%, 70%) in CSS?
As HSL: color: hsl(83, 61%, 70%); — As HEX: color: #BDE184; — As RGB: color: rgb(189, 225, 132); — Tailwind CSS: bg-[hsl(83,61%,70%)] — CSS variable: --color-primary: hsl(83, 61%, 70%);