#949eee
a light, vivid blue · warm · closest name: dodgerblue
RGB
148, 158, 238
HSL
233°, 73%, 76%
CMYK
38, 34, 0, 7
Luminance
0.3692
Every format
| HEX | #949eee |
| RGB | rgb(148, 158, 238) |
| HSL | hsl(233, 73%, 76%) |
| CMYK | cmyk(38%, 34%, 0%, 7%) |
| LAB | lab(67.2 15.6 -41.3) |
| LCH | lch(67.2 44.2 290.7) |
| OKLCH | oklch(0.723 0.117 277.6) |
Copy-ready code
/* CSS */
color: #949eee;
background-color: #949eee;
/* Tailwind (arbitrary) */
class="text-[#949eee] bg-[#949eee]"
/* SCSS */
$brand: #949eee;
/* SwiftUI */
Color(red: 0.580, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#949eee")Accessibility — WCAG contrast
Aa
#949eee on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#949eee on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green62.0%
Blue93.3%
CMYK percentages
Cyan37.8%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#949eee text on a black background
contrast 8.38:1
Card sample
#949eee text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #949eee;
Background color
Panel with #949eee background
background-color: #949eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #949eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #949eee; background: linear-gradient(135deg, #949eee, #C694EE);