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