#449cf0
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 156, 240
HSL
209°, 85%, 60%
CMYK
72, 35, 0, 6
Luminance
0.3130
Every format
| HEX | #449cf0 |
| RGB | rgb(68, 156, 240) |
| HSL | hsl(209, 85%, 60%) |
| CMYK | cmyk(72%, 35%, 0%, 6%) |
| LAB | lab(62.8 0.9 -49.7) |
| LCH | lch(62.8 49.7 271.1) |
| OKLCH | oklch(0.678 0.150 250.2) |
Copy-ready code
/* CSS */
color: #449cf0;
background-color: #449cf0;
/* Tailwind (arbitrary) */
class="text-[#449cf0] bg-[#449cf0]"
/* SCSS */
$brand: #449cf0;
/* SwiftUI */
Color(red: 0.267, green: 0.612, blue: 0.941)
/* Android */
Color.parseColor("#449cf0")Accessibility — WCAG contrast
Aa
#449cf0 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449cf0 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.2%
Blue94.1%
CMYK percentages
Cyan71.7%
Magenta35.0%
Yellow0.0%
Key (black)5.9%
Color previews
#449cf0 text on a black background
contrast 7.26:1
Card sample
#449cf0 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449cf0;
Background color
Panel with #449cf0 background
background-color: #449cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 156, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 156, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449cf0; background: linear-gradient(135deg, #449cf0, #5F44F0);