#449cfe
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 156, 254
HSL
212°, 99%, 63%
CMYK
73, 39, 0, 0
Luminance
0.3216
Every format
| HEX | #449cfe |
| RGB | rgb(68, 156, 254) |
| HSL | hsl(212, 99%, 63%) |
| CMYK | cmyk(73%, 39%, 0%, 0%) |
| LAB | lab(63.5 5.8 -56.3) |
| LCH | lch(63.5 56.5 275.9) |
| OKLCH | oklch(0.686 0.167 253.5) |
Copy-ready code
/* CSS */
color: #449cfe;
background-color: #449cfe;
/* Tailwind (arbitrary) */
class="text-[#449cfe] bg-[#449cfe]"
/* SCSS */
$brand: #449cfe;
/* SwiftUI */
Color(red: 0.267, green: 0.612, blue: 0.996)
/* Android */
Color.parseColor("#449cfe")Accessibility — WCAG contrast
Aa
#449cfe on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449cfe on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.2%
Blue99.6%
CMYK percentages
Cyan73.2%
Magenta38.6%
Yellow0.0%
Key (black)0.4%
Color previews
#449cfe text on a black background
contrast 7.43:1
Card sample
#449cfe text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449cfe;
Background color
Panel with #449cfe background
background-color: #449cfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449cfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 156, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 156, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449cfe; background: linear-gradient(135deg, #449cfe, #6844FE);