#98af7f
a balanced, soft green · cool · closest name: tan
RGB
152, 175, 127
HSL
89°, 23%, 59%
CMYK
13, 0, 27, 31
Luminance
0.3887
Every format
| HEX | #98af7f |
| RGB | rgb(152, 175, 127) |
| HSL | hsl(89, 23%, 59%) |
| CMYK | cmyk(13%, 0%, 27%, 31%) |
| LAB | lab(68.7 -16.7 22.1) |
| LCH | lch(68.7 27.6 127.1) |
| OKLCH | oklch(0.724 0.072 128.9) |
Copy-ready code
/* CSS */
color: #98af7f;
background-color: #98af7f;
/* Tailwind (arbitrary) */
class="text-[#98af7f] bg-[#98af7f]"
/* SCSS */
$brand: #98af7f;
/* SwiftUI */
Color(red: 0.596, green: 0.686, blue: 0.498)
/* Android */
Color.parseColor("#98af7f")Accessibility — WCAG contrast
Aa
#98af7f on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98af7f on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green68.6%
Blue49.8%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow27.4%
Key (black)31.4%
Color previews
#98af7f text on a black background
contrast 8.77:1
Card sample
#98af7f text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98af7f;
Background color
Panel with #98af7f background
background-color: #98af7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98af7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 175, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 175, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98af7f; background: linear-gradient(135deg, #98af7f, #7FAF86);