#449cfb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 156, 251
HSL
211°, 96%, 63%
CMYK
73, 38, 0, 2
Luminance
0.3197
Every format
| HEX | #449cfb |
| RGB | rgb(68, 156, 251) |
| HSL | hsl(211, 96%, 63%) |
| CMYK | cmyk(73%, 38%, 0%, 2%) |
| LAB | lab(63.3 4.8 -54.9) |
| LCH | lch(63.3 55.1 275.0) |
| OKLCH | oklch(0.684 0.164 252.8) |
Copy-ready code
/* CSS */
color: #449cfb;
background-color: #449cfb;
/* Tailwind (arbitrary) */
class="text-[#449cfb] bg-[#449cfb]"
/* SCSS */
$brand: #449cfb;
/* SwiftUI */
Color(red: 0.267, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#449cfb")Accessibility — WCAG contrast
Aa
#449cfb on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449cfb on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.2%
Blue98.4%
CMYK percentages
Cyan72.9%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#449cfb text on a black background
contrast 7.39:1
Card sample
#449cfb text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449cfb;
Background color
Panel with #449cfb background
background-color: #449cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449cfb; background: linear-gradient(135deg, #449cfb, #6644FB);