#449dfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 157, 253
HSL
211°, 98%, 63%
CMYK
73, 38, 0, 1
Luminance
0.3243
Every format
| HEX | #449dfd |
| RGB | rgb(68, 157, 253) |
| HSL | hsl(211, 98%, 63%) |
| CMYK | cmyk(73%, 38%, 0%, 1%) |
| LAB | lab(63.7 4.9 -55.4) |
| LCH | lch(63.7 55.6 275.1) |
| OKLCH | oklch(0.688 0.165 252.8) |
Copy-ready code
/* CSS */
color: #449dfd;
background-color: #449dfd;
/* Tailwind (arbitrary) */
class="text-[#449dfd] bg-[#449dfd]"
/* SCSS */
$brand: #449dfd;
/* SwiftUI */
Color(red: 0.267, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#449dfd")Accessibility — WCAG contrast
Aa
#449dfd on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449dfd on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.6%
Blue99.2%
CMYK percentages
Cyan73.1%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#449dfd text on a black background
contrast 7.49:1
Card sample
#449dfd text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449dfd;
Background color
Panel with #449dfd background
background-color: #449dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449dfd; background: linear-gradient(135deg, #449dfd, #6644FD);