#8da3af
a balanced, soft blue · cool · closest name: silver
RGB
141, 163, 175
HSL
201°, 18%, 62%
CMYK
19, 7, 0, 31
Luminance
0.3495
Every format
| HEX | #8da3af |
| RGB | rgb(141, 163, 175) |
| HSL | hsl(201, 18%, 62%) |
| CMYK | cmyk(19%, 7%, 0%, 31%) |
| LAB | lab(65.7 -5.0 -8.8) |
| LCH | lch(65.7 10.1 240.2) |
| OKLCH | oklch(0.702 0.030 231.7) |
Copy-ready code
/* CSS */
color: #8da3af;
background-color: #8da3af;
/* Tailwind (arbitrary) */
class="text-[#8da3af] bg-[#8da3af]"
/* SCSS */
$brand: #8da3af;
/* SwiftUI */
Color(red: 0.553, green: 0.639, blue: 0.686)
/* Android */
Color.parseColor("#8da3af")Accessibility — WCAG contrast
Aa
#8da3af on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8da3af on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green63.9%
Blue68.6%
CMYK percentages
Cyan19.4%
Magenta6.9%
Yellow0.0%
Key (black)31.4%
Color previews
#8da3af text on a black background
contrast 7.99:1
Card sample
#8da3af text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8da3af;
Background color
Panel with #8da3af background
background-color: #8da3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8da3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 163, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 163, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8da3af; background: linear-gradient(135deg, #8da3af, #8E8DAF);