#949fdc
a light, vivid blue · warm · closest name: steelblue
RGB
148, 159, 220
HSL
231°, 51%, 72%
CMYK
33, 28, 0, 14
Luminance
0.3626
Every format
| HEX | #949fdc |
| RGB | rgb(148, 159, 220) |
| HSL | hsl(231, 51%, 72%) |
| CMYK | cmyk(33%, 28%, 0%, 14%) |
| LAB | lab(66.7 10.3 -32.2) |
| LCH | lch(66.7 33.8 287.7) |
| OKLCH | oklch(0.717 0.090 276.0) |
Copy-ready code
/* CSS */
color: #949fdc;
background-color: #949fdc;
/* Tailwind (arbitrary) */
class="text-[#949fdc] bg-[#949fdc]"
/* SCSS */
$brand: #949fdc;
/* SwiftUI */
Color(red: 0.580, green: 0.624, blue: 0.863)
/* Android */
Color.parseColor("#949fdc")Accessibility — WCAG contrast
Aa
#949fdc on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#949fdc on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green62.4%
Blue86.3%
CMYK percentages
Cyan32.7%
Magenta27.7%
Yellow0.0%
Key (black)13.7%
Color previews
#949fdc text on a black background
contrast 8.25:1
Card sample
#949fdc text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #949fdc;
Background color
Panel with #949fdc background
background-color: #949fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #949fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 159, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 159, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #949fdc; background: linear-gradient(135deg, #949fdc, #B994DC);