HSL(84, 100%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,100%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 100%, 71%) | color: hsl(84, 100%, 71%) | |
| HEX | #C4FF6B | color: #C4FF6B | |
| RGB | rgb(196, 255, 107) | color: rgb(196, 255, 107) | |
| CMYK | cmyk(23%, 0%, 58%, 0%) | — | |
| HSV | hsv(84, 58%, 100%) | — | |
| HWB | hwb(84 42% 0%) | color: hwb(84 42% 0%) | |
| OKLCH | oklch(0.9308 0.1868 127.89) | color: oklch(0.9308 0.1868 127.89) | |
| Lab | lab(93.59 -40.65 63.36) | color: lab(93.59 -40.65 63.36) | |
| LCH | lch(93.59 75.28 122.68) | color: lch(93.59 75.28 122.68) |
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)
#DEDE8F — rgb(222, 222, 143)
Deuteranopia (Green-blind)
#DAD697 — rgb(218, 214, 151)
Tritanopia (Blue-blind)
#C7ABB1 — rgb(199, 171, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 100%, 71%);
text
color: hsl(84, 100%, 71%);
border
border: 2px solid hsl(84, 100%, 71%);
gradient light
background: linear-gradient(to right, hsl(84, 100%, 91%), hsl(84, 100%, 71%));
gradient dark
background: linear-gradient(to right, hsl(84, 100%, 71%), hsl(84, 100%, 51%))
hex
background-color: #C4FF6B;
tailwind
bg-[hsl(84,100%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 100%, 71%, 0.4);
css variable
--color-primary: hsl(84, 100%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 100%, 71%)?
HEX: #C4FF6B | RGB: rgb(196, 255, 107) | CMYK: 23%, 0%, 58%, 0% | HSV: 84°, 58%, 100%. Copy any format from the conversion table above.
What colors go well with #C4FF6B?
The complementary color is HSL(264, 100%, 71%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 100%, 71%) in CSS?
As HSL: color: hsl(84, 100%, 71%); — As HEX: color: #C4FF6B; — As RGB: color: rgb(196, 255, 107); — Tailwind CSS: bg-[hsl(84,100%,71%)] — CSS variable: --color-primary: hsl(84, 100%, 71%);