#449ffd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 159, 253
HSL
211°, 98%, 63%
CMYK
73, 37, 0, 1
Luminance
0.3312
Every format
| HEX | #449ffd |
| RGB | rgb(68, 159, 253) |
| HSL | hsl(211, 98%, 63%) |
| CMYK | cmyk(73%, 37%, 0%, 1%) |
| LAB | lab(64.3 3.7 -54.5) |
| LCH | lch(64.3 54.6 273.9) |
| OKLCH | oklch(0.692 0.163 252.0) |
Copy-ready code
/* CSS */
color: #449ffd;
background-color: #449ffd;
/* Tailwind (arbitrary) */
class="text-[#449ffd] bg-[#449ffd]"
/* SCSS */
$brand: #449ffd;
/* SwiftUI */
Color(red: 0.267, green: 0.624, blue: 0.992)
/* Android */
Color.parseColor("#449ffd")Accessibility — WCAG contrast
Aa
#449ffd on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449ffd on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green62.4%
Blue99.2%
CMYK percentages
Cyan73.1%
Magenta37.2%
Yellow0.0%
Key (black)0.8%
Color previews
#449ffd text on a black background
contrast 7.62:1
Card sample
#449ffd text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449ffd;
Background color
Panel with #449ffd background
background-color: #449ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 159, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 159, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449ffd; background: linear-gradient(135deg, #449ffd, #6444FD);