HSL(83, 86%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,86%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 86%, 68%) | color: hsl(83, 86%, 68%) | |
| HEX | #BEF467 | color: #BEF467 | |
| RGB | rgb(190, 244, 103) | color: rgb(190, 244, 103) | |
| CMYK | cmyk(22%, 0%, 58%, 4%) | — | |
| HSV | hsv(83, 58%, 96%) | — | |
| HWB | hwb(83 40% 4%) | color: hwb(83 40% 4%) | |
| OKLCH | oklch(0.902 0.1787 127.26) | color: oklch(0.902 0.1787 127.26) | |
| Lab | lab(90.15 -38.29 61.09) | color: lab(90.15 -38.29 61.09) | |
| LCH | lch(90.15 72.1 122.08) | color: lch(90.15 72.1 122.08) |
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)
#D5D689 — rgb(213, 214, 137)
Deuteranopia (Green-blind)
#D2CE91 — rgb(210, 206, 145)
Tritanopia (Blue-blind)
#C1A4AA — rgb(193, 164, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 86%, 68%);
text
color: hsl(83, 86%, 68%);
border
border: 2px solid hsl(83, 86%, 68%);
gradient light
background: linear-gradient(to right, hsl(83, 86%, 88%), hsl(83, 86%, 68%));
gradient dark
background: linear-gradient(to right, hsl(83, 86%, 68%), hsl(83, 86%, 48%))
hex
background-color: #BEF467;
tailwind
bg-[hsl(83,86%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 86%, 68%, 0.4);
css variable
--color-primary: hsl(83, 86%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 86%, 68%)?
HEX: #BEF467 | RGB: rgb(190, 244, 103) | CMYK: 22%, 0%, 58%, 4% | HSV: 83°, 58%, 96%. Copy any format from the conversion table above.
What colors go well with #BEF467?
The complementary color is HSL(263, 86%, 68%). 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, 86%, 68%) in CSS?
As HSL: color: hsl(83, 86%, 68%); — As HEX: color: #BEF467; — As RGB: color: rgb(190, 244, 103); — Tailwind CSS: bg-[hsl(83,86%,68%)] — CSS variable: --color-primary: hsl(83, 86%, 68%);