#94afa1
a balanced, muted green · cool · closest name: silver
RGB
148, 175, 161
HSL
149°, 14%, 63%
CMYK
15, 0, 8, 31
Luminance
0.3953
Every format
| HEX | #94afa1 |
| RGB | rgb(148, 175, 161) |
| HSL | hsl(149, 14%, 63%) |
| CMYK | cmyk(15%, 0%, 8%, 31%) |
| LAB | lab(69.1 -12.1 4.1) |
| LCH | lch(69.1 12.8 161.4) |
| OKLCH | oklch(0.729 0.036 162.9) |
Copy-ready code
/* CSS */
color: #94afa1;
background-color: #94afa1;
/* Tailwind (arbitrary) */
class="text-[#94afa1] bg-[#94afa1]"
/* SCSS */
$brand: #94afa1;
/* SwiftUI */
Color(red: 0.580, green: 0.686, blue: 0.631)
/* Android */
Color.parseColor("#94afa1")Accessibility — WCAG contrast
Aa
#94afa1 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94afa1 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green68.6%
Blue63.1%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow8.0%
Key (black)31.4%
Color previews
#94afa1 text on a black background
contrast 8.91:1
Card sample
#94afa1 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94afa1;
Background color
Panel with #94afa1 background
background-color: #94afa1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94afa1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 175, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 175, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94afa1; background: linear-gradient(135deg, #94afa1, #94ABAF);