HSL(71, 58%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,58%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 58%, 63%) | color: hsl(71, 58%, 63%) | |
| HEX | #C3D76A | color: #C3D76A | |
| RGB | rgb(195, 215, 106) | color: rgb(195, 215, 106) | |
| CMYK | cmyk(9%, 0%, 51%, 16%) | — | |
| HSV | hsv(71, 51%, 84%) | — | |
| HWB | hwb(71 41% 16%) | color: hwb(71 41% 16%) | |
| OKLCH | oklch(0.8414 0.1367 118.04) | color: oklch(0.8414 0.1367 118.04) | |
| Lab | lab(82.51 -22.58 50.99) | color: lab(82.51 -22.58 50.99) | |
| LCH | lch(82.51 55.77 113.89) | color: lch(82.51 55.77 113.89) |
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)
#CCCC84 — rgb(204, 204, 132)
Deuteranopia (Green-blind)
#CBC98B — rgb(203, 201, 139)
Tritanopia (Blue-blind)
#C4999E — rgb(196, 153, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 58%, 63%);
text
color: hsl(71, 58%, 63%);
border
border: 2px solid hsl(71, 58%, 63%);
gradient light
background: linear-gradient(to right, hsl(71, 58%, 83%), hsl(71, 58%, 63%));
gradient dark
background: linear-gradient(to right, hsl(71, 58%, 63%), hsl(71, 58%, 43%))
hex
background-color: #C3D76A;
tailwind
bg-[hsl(71,58%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 58%, 63%, 0.4);
css variable
--color-primary: hsl(71, 58%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 58%, 63%)?
HEX: #C3D76A | RGB: rgb(195, 215, 106) | CMYK: 9%, 0%, 51%, 16% | HSV: 71°, 51%, 84%. Copy any format from the conversion table above.
What colors go well with #C3D76A?
The complementary color is HSL(251, 58%, 63%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 58%, 63%) in CSS?
As HSL: color: hsl(71, 58%, 63%); — As HEX: color: #C3D76A; — As RGB: color: rgb(195, 215, 106); — Tailwind CSS: bg-[hsl(71,58%,63%)] — CSS variable: --color-primary: hsl(71, 58%, 63%);