#1949df
a balanced, electric blue · warm · closest name: royalblue
RGB
25, 73, 223
HSL
226°, 80%, 49%
CMYK
89, 67, 0, 13
Luminance
0.1030
Every format
| HEX | #1949df |
| RGB | rgb(25, 73, 223) |
| HSL | hsl(226, 80%, 49%) |
| CMYK | cmyk(89%, 67%, 0%, 13%) |
| LAB | lab(38.4 42.3 -79.6) |
| LCH | lch(38.4 90.2 298.0) |
| OKLCH | oklch(0.485 0.232 264.6) |
Copy-ready code
/* CSS */
color: #1949df;
background-color: #1949df;
/* Tailwind (arbitrary) */
class="text-[#1949df] bg-[#1949df]"
/* SCSS */
$brand: #1949df;
/* SwiftUI */
Color(red: 0.098, green: 0.286, blue: 0.875)
/* Android */
Color.parseColor("#1949df")Accessibility — WCAG contrast
Aa
#1949df on white: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1949df on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green28.6%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta67.3%
Yellow0.0%
Key (black)12.5%
Color previews
#1949df text on a black background
contrast 3.06:1
Card sample
#1949df text on a white background
contrast 6.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1949df;
Background color
Panel with #1949df background
background-color: #1949df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1949df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 73, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 73, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1949df; background: linear-gradient(135deg, #1949df, #6D19DF);