#949fe9
a light, vivid blue · warm · closest name: steelblue
RGB
148, 159, 233
HSL
232°, 66%, 75%
CMYK
37, 32, 0, 9
Luminance
0.3698
Every format
| HEX | #949fe9 |
| RGB | rgb(148, 159, 233) |
| HSL | hsl(232, 66%, 75%) |
| CMYK | cmyk(37%, 32%, 0%, 9%) |
| LAB | lab(67.3 13.7 -38.5) |
| LCH | lch(67.3 40.9 289.5) |
| OKLCH | oklch(0.723 0.108 276.9) |
Copy-ready code
/* CSS */
color: #949fe9;
background-color: #949fe9;
/* Tailwind (arbitrary) */
class="text-[#949fe9] bg-[#949fe9]"
/* SCSS */
$brand: #949fe9;
/* SwiftUI */
Color(red: 0.580, green: 0.624, blue: 0.914)
/* Android */
Color.parseColor("#949fe9")Accessibility — WCAG contrast
Aa
#949fe9 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#949fe9 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green62.4%
Blue91.4%
CMYK percentages
Cyan36.5%
Magenta31.8%
Yellow0.0%
Key (black)8.6%
Color previews
#949fe9 text on a black background
contrast 8.40:1
Card sample
#949fe9 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #949fe9;
Background color
Panel with #949fe9 background
background-color: #949fe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #949fe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 159, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 159, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #949fe9; background: linear-gradient(135deg, #949fe9, #C294E9);