#449df2
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 157, 242
HSL
209°, 87%, 61%
CMYK
72, 35, 0, 5
Luminance
0.3175
Every format
| HEX | #449df2 |
| RGB | rgb(68, 157, 242) |
| HSL | hsl(209, 87%, 61%) |
| CMYK | cmyk(72%, 35%, 0%, 5%) |
| LAB | lab(63.1 1.1 -50.2) |
| LCH | lch(63.1 50.2 271.2) |
| OKLCH | oklch(0.681 0.152 250.2) |
Copy-ready code
/* CSS */
color: #449df2;
background-color: #449df2;
/* Tailwind (arbitrary) */
class="text-[#449df2] bg-[#449df2]"
/* SCSS */
$brand: #449df2;
/* SwiftUI */
Color(red: 0.267, green: 0.616, blue: 0.949)
/* Android */
Color.parseColor("#449df2")Accessibility — WCAG contrast
Aa
#449df2 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449df2 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.6%
Blue94.9%
CMYK percentages
Cyan71.9%
Magenta35.1%
Yellow0.0%
Key (black)5.1%
Color previews
#449df2 text on a black background
contrast 7.35:1
Card sample
#449df2 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449df2;
Background color
Panel with #449df2 background
background-color: #449df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 157, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 157, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449df2; background: linear-gradient(135deg, #449df2, #5F44F2);