HSL(114, 50%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(114,50%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(114, 50%, 70%) | color: hsl(114, 50%, 70%) | |
| HEX | #94D98C | color: #94D98C | |
| RGB | rgb(148, 217, 140) | color: rgb(148, 217, 140) | |
| CMYK | cmyk(32%, 0%, 35%, 15%) | — | |
| HSV | hsv(114, 35%, 85%) | — | |
| HWB | hwb(114 55% 15%) | color: hwb(114 55% 15%) | |
| OKLCH | oklch(0.8203 0.1262 141.91) | color: oklch(0.8203 0.1262 141.91) | |
| Lab | lab(80.63 -36.43 31.24) | color: lab(80.63 -36.43 31.24) | |
| LCH | lch(80.63 47.99 139.39) | color: lch(80.63 47.99 139.39) |
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)
#B2B29F — rgb(178, 178, 159)
Deuteranopia (Green-blind)
#AEA9A3 — rgb(174, 169, 163)
Tritanopia (Blue-blind)
#97ADB1 — rgb(151, 173, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(114, 50%, 70%);
text
color: hsl(114, 50%, 70%);
border
border: 2px solid hsl(114, 50%, 70%);
gradient light
background: linear-gradient(to right, hsl(114, 50%, 90%), hsl(114, 50%, 70%));
gradient dark
background: linear-gradient(to right, hsl(114, 50%, 70%), hsl(114, 50%, 50%))
hex
background-color: #94D98C;
tailwind
bg-[hsl(114,50%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(114, 50%, 70%, 0.4);
css variable
--color-primary: hsl(114, 50%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(114, 50%, 70%)?
HEX: #94D98C | RGB: rgb(148, 217, 140) | CMYK: 32%, 0%, 35%, 15% | HSV: 114°, 35%, 85%. Copy any format from the conversion table above.
What colors go well with #94D98C?
The complementary color is HSL(294, 50%, 70%). For a triadic harmony, use hues 114°, 234°, and 354°. For analogous combinations, try hues 84° and 144°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(114, 50%, 70%) in CSS?
As HSL: color: hsl(114, 50%, 70%); — As HEX: color: #94D98C; — As RGB: color: rgb(148, 217, 140); — Tailwind CSS: bg-[hsl(114,50%,70%)] — CSS variable: --color-primary: hsl(114, 50%, 70%);