HSL(133, 55%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,55%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 55%, 63%) | color: hsl(133, 55%, 63%) | |
| HEX | #6DD583 | color: #6DD583 | |
| RGB | rgb(109, 213, 131) | color: rgb(109, 213, 131) | |
| CMYK | cmyk(49%, 0%, 38%, 16%) | — | |
| HSV | hsv(133, 49%, 84%) | — | |
| HWB | hwb(133 43% 16%) | color: hwb(133 43% 16%) | |
| OKLCH | oklch(0.7901 0.1513 148.85) | color: oklch(0.7901 0.1513 148.85) | |
| Lab | lab(77.56 -47.68 31.47) | color: lab(77.56 -47.68 31.47) | |
| LCH | lch(77.56 57.13 146.57) | color: lch(77.56 57.13 146.57) |
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)
#9A9B97 — rgb(154, 155, 151)
Deuteranopia (Green-blind)
#948C9C — rgb(148, 140, 156)
Tritanopia (Blue-blind)
#72A7AA — rgb(114, 167, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 55%, 63%);
text
color: hsl(133, 55%, 63%);
border
border: 2px solid hsl(133, 55%, 63%);
gradient light
background: linear-gradient(to right, hsl(133, 55%, 83%), hsl(133, 55%, 63%));
gradient dark
background: linear-gradient(to right, hsl(133, 55%, 63%), hsl(133, 55%, 43%))
hex
background-color: #6DD583;
tailwind
bg-[hsl(133,55%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 55%, 63%, 0.4);
css variable
--color-primary: hsl(133, 55%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 55%, 63%)?
HEX: #6DD583 | RGB: rgb(109, 213, 131) | CMYK: 49%, 0%, 38%, 16% | HSV: 133°, 49%, 84%. Copy any format from the conversion table above.
What colors go well with #6DD583?
The complementary color is HSL(313, 55%, 63%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 55%, 63%) in CSS?
As HSL: color: hsl(133, 55%, 63%); — As HEX: color: #6DD583; — As RGB: color: rgb(109, 213, 131); — Tailwind CSS: bg-[hsl(133,55%,63%)] — CSS variable: --color-primary: hsl(133, 55%, 63%);