#949fef
a light, vivid blue · warm · closest name: dodgerblue
RGB
148, 159, 239
HSL
233°, 74%, 76%
CMYK
38, 34, 0, 6
Luminance
0.3732
Every format
| HEX | #949fef |
| RGB | rgb(148, 159, 239) |
| HSL | hsl(233, 74%, 76%) |
| CMYK | cmyk(38%, 34%, 0%, 6%) |
| LAB | lab(67.5 15.3 -41.4) |
| LCH | lch(67.5 44.1 290.3) |
| OKLCH | oklch(0.726 0.117 277.1) |
Copy-ready code
/* CSS */
color: #949fef;
background-color: #949fef;
/* Tailwind (arbitrary) */
class="text-[#949fef] bg-[#949fef]"
/* SCSS */
$brand: #949fef;
/* SwiftUI */
Color(red: 0.580, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#949fef")Accessibility — WCAG contrast
Aa
#949fef on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#949fef on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green62.4%
Blue93.7%
CMYK percentages
Cyan38.1%
Magenta33.5%
Yellow0.0%
Key (black)6.3%
Color previews
#949fef text on a black background
contrast 8.46:1
Card sample
#949fef text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #949fef;
Background color
Panel with #949fef background
background-color: #949fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #949fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #949fef; background: linear-gradient(135deg, #949fef, #C694EF);