#949cdf
a light, vivid blue · warm · closest name: steelblue
RGB
148, 156, 223
HSL
234°, 54%, 73%
CMYK
34, 30, 0, 13
Luminance
0.3540
Every format
| HEX | #949cdf |
| RGB | rgb(148, 156, 223) |
| HSL | hsl(234, 54%, 73%) |
| CMYK | cmyk(34%, 30%, 0%, 13%) |
| LAB | lab(66.1 12.8 -34.9) |
| LCH | lch(66.1 37.1 290.1) |
| OKLCH | oklch(0.712 0.098 278.4) |
Copy-ready code
/* CSS */
color: #949cdf;
background-color: #949cdf;
/* Tailwind (arbitrary) */
class="text-[#949cdf] bg-[#949cdf]"
/* SCSS */
$brand: #949cdf;
/* SwiftUI */
Color(red: 0.580, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#949cdf")Accessibility — WCAG contrast
Aa
#949cdf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#949cdf on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green61.2%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#949cdf text on a black background
contrast 8.08:1
Card sample
#949cdf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #949cdf;
Background color
Panel with #949cdf background
background-color: #949cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #949cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #949cdf; background: linear-gradient(135deg, #949cdf, #BE94DF);