HSL(98, 20%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(98,20%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(98, 20%, 63%) | color: hsl(98, 20%, 63%) | |
| HEX | #9CB48E | color: #9CB48E | |
| RGB | rgb(156, 180, 142) | color: rgb(156, 180, 142) | |
| CMYK | cmyk(13%, 0%, 21%, 29%) | — | |
| HSV | hsv(98, 21%, 71%) | — | |
| HWB | hwb(98 56% 29%) | color: hwb(98 56% 29%) | |
| OKLCH | oklch(0.7414 0.0595 134.08) | color: oklch(0.7414 0.0595 134.08) | |
| Lab | lab(70.64 -15.35 16.7) | color: lab(70.64 -15.35 16.7) | |
| LCH | lch(70.64 22.68 132.59) | color: lch(70.64 22.68 132.59) |
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)
#A6A797 — rgb(166, 167, 151)
Deuteranopia (Green-blind)
#A5A399 — rgb(165, 163, 153)
Tritanopia (Blue-blind)
#9D9EA0 — rgb(157, 158, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(98, 20%, 63%);
text
color: hsl(98, 20%, 63%);
border
border: 2px solid hsl(98, 20%, 63%);
gradient light
background: linear-gradient(to right, hsl(98, 20%, 83%), hsl(98, 20%, 63%));
gradient dark
background: linear-gradient(to right, hsl(98, 20%, 63%), hsl(98, 20%, 43%))
hex
background-color: #9CB48E;
tailwind
bg-[hsl(98,20%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(98, 20%, 63%, 0.4);
css variable
--color-primary: hsl(98, 20%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(98, 20%, 63%)?
HEX: #9CB48E | RGB: rgb(156, 180, 142) | CMYK: 13%, 0%, 21%, 29% | HSV: 98°, 21%, 71%. Copy any format from the conversion table above.
What colors go well with #9CB48E?
The complementary color is HSL(278, 20%, 63%). For a triadic harmony, use hues 98°, 218°, and 338°. For analogous combinations, try hues 68° and 128°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(98, 20%, 63%) in CSS?
As HSL: color: hsl(98, 20%, 63%); — As HEX: color: #9CB48E; — As RGB: color: rgb(156, 180, 142); — Tailwind CSS: bg-[hsl(98,20%,63%)] — CSS variable: --color-primary: hsl(98, 20%, 63%);