#949eb3
a balanced, soft blue · cool · closest name: gray
RGB
148, 158, 179
HSL
221°, 17%, 64%
CMYK
17, 12, 0, 30
Luminance
0.3400
Every format
| HEX | #949eb3 |
| RGB | rgb(148, 158, 179) |
| HSL | hsl(221, 17%, 64%) |
| CMYK | cmyk(17%, 12%, 0%, 30%) |
| LAB | lab(65.0 0.9 -12.1) |
| LCH | lch(65.0 12.1 274.3) |
| OKLCH | oklch(0.698 0.033 265.2) |
Copy-ready code
/* CSS */
color: #949eb3;
background-color: #949eb3;
/* Tailwind (arbitrary) */
class="text-[#949eb3] bg-[#949eb3]"
/* SCSS */
$brand: #949eb3;
/* SwiftUI */
Color(red: 0.580, green: 0.620, blue: 0.702)
/* Android */
Color.parseColor("#949eb3")Accessibility — WCAG contrast
Aa
#949eb3 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#949eb3 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green62.0%
Blue70.2%
CMYK percentages
Cyan17.3%
Magenta11.7%
Yellow0.0%
Key (black)29.8%
Color previews
#949eb3 text on a black background
contrast 7.80:1
Card sample
#949eb3 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #949eb3;
Background color
Panel with #949eb3 background
background-color: #949eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #949eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 158, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 158, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #949eb3; background: linear-gradient(135deg, #949eb3, #9F94B3);