#949cff
a light, electric blue · warm · closest name: dodgerblue
RGB
148, 156, 255
HSL
236°, 100%, 79%
CMYK
42, 39, 0, 0
Luminance
0.3729
Every format
| HEX | #949cff |
| RGB | rgb(148, 156, 255) |
| HSL | hsl(236, 100%, 79%) |
| CMYK | cmyk(42%, 39%, 0%, 0%) |
| LAB | lab(67.5 21.4 -50.2) |
| LCH | lch(67.5 54.5 293.1) |
| OKLCH | oklch(0.728 0.143 278.7) |
Copy-ready code
/* CSS */
color: #949cff;
background-color: #949cff;
/* Tailwind (arbitrary) */
class="text-[#949cff] bg-[#949cff]"
/* SCSS */
$brand: #949cff;
/* SwiftUI */
Color(red: 0.580, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#949cff")Accessibility — WCAG contrast
Aa
#949cff on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#949cff on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green61.2%
Blue100.0%
CMYK percentages
Cyan42.0%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#949cff text on a black background
contrast 8.46:1
Card sample
#949cff text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #949cff;
Background color
Panel with #949cff background
background-color: #949cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #949cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #949cff; background: linear-gradient(135deg, #949cff, #D394FF);