HSL(83, 67%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,67%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 67%, 73%) | color: hsl(83, 67%, 73%) | |
| HEX | #C5E88C | color: #C5E88C | |
| RGB | rgb(197, 232, 140) | color: rgb(197, 232, 140) | |
| CMYK | cmyk(15%, 0%, 40%, 9%) | — | |
| HSV | hsv(83, 40%, 91%) | — | |
| HWB | hwb(83 55% 9%) | color: hwb(83 55% 9%) | |
| OKLCH | oklch(0.8849 0.1238 125.81) | color: oklch(0.8849 0.1238 125.81) | |
| Lab | lab(87.72 -26.35 41.01) | color: lab(87.72 -26.35 41.01) | |
| LCH | lch(87.72 48.75 122.72) | color: lch(87.72 48.75 122.72) |
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)
#D4D4A2 — rgb(212, 212, 162)
Deuteranopia (Green-blind)
#D2D0A8 — rgb(210, 208, 168)
Tritanopia (Blue-blind)
#C7B4B8 — rgb(199, 180, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 67%, 73%);
text
color: hsl(83, 67%, 73%);
border
border: 2px solid hsl(83, 67%, 73%);
gradient light
background: linear-gradient(to right, hsl(83, 67%, 93%), hsl(83, 67%, 73%));
gradient dark
background: linear-gradient(to right, hsl(83, 67%, 73%), hsl(83, 67%, 53%))
hex
background-color: #C5E88C;
tailwind
bg-[hsl(83,67%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 67%, 73%, 0.4);
css variable
--color-primary: hsl(83, 67%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 67%, 73%)?
HEX: #C5E88C | RGB: rgb(197, 232, 140) | CMYK: 15%, 0%, 40%, 9% | HSV: 83°, 40%, 91%. Copy any format from the conversion table above.
What colors go well with #C5E88C?
The complementary color is HSL(263, 67%, 73%). 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, 67%, 73%) in CSS?
As HSL: color: hsl(83, 67%, 73%); — As HEX: color: #C5E88C; — As RGB: color: rgb(197, 232, 140); — Tailwind CSS: bg-[hsl(83,67%,73%)] — CSS variable: --color-primary: hsl(83, 67%, 73%);