HSL(83, 47%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,47%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 47%, 70%) | color: hsl(83, 47%, 70%) | |
| HEX | #BBD68F | color: #BBD68F | |
| RGB | rgb(187, 214, 143) | color: rgb(187, 214, 143) | |
| CMYK | cmyk(13%, 0%, 33%, 16%) | — | |
| HSV | hsv(83, 33%, 84%) | — | |
| HWB | hwb(83 56% 16%) | color: hwb(83 56% 16%) | |
| OKLCH | oklch(0.839 0.0982 125.37) | color: oklch(0.839 0.0982 125.37) | |
| Lab | lab(82.19 -20.94 32.18) | color: lab(82.19 -20.94 32.18) | |
| LCH | lch(82.19 38.39 123.05) | color: lch(82.19 38.39 123.05) |
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)
#C7C7A0 — rgb(199, 199, 160)
Deuteranopia (Green-blind)
#C5C3A4 — rgb(197, 195, 164)
Tritanopia (Blue-blind)
#BCAEB1 — rgb(188, 174, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 47%, 70%);
text
color: hsl(83, 47%, 70%);
border
border: 2px solid hsl(83, 47%, 70%);
gradient light
background: linear-gradient(to right, hsl(83, 47%, 90%), hsl(83, 47%, 70%));
gradient dark
background: linear-gradient(to right, hsl(83, 47%, 70%), hsl(83, 47%, 50%))
hex
background-color: #BBD68F;
tailwind
bg-[hsl(83,47%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 47%, 70%, 0.4);
css variable
--color-primary: hsl(83, 47%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 47%, 70%)?
HEX: #BBD68F | RGB: rgb(187, 214, 143) | CMYK: 13%, 0%, 33%, 16% | HSV: 83°, 33%, 84%. Copy any format from the conversion table above.
What colors go well with #BBD68F?
The complementary color is HSL(263, 47%, 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, 47%, 70%) in CSS?
As HSL: color: hsl(83, 47%, 70%); — As HEX: color: #BBD68F; — As RGB: color: rgb(187, 214, 143); — Tailwind CSS: bg-[hsl(83,47%,70%)] — CSS variable: --color-primary: hsl(83, 47%, 70%);