#449aef
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 154, 239
HSL
210°, 84%, 60%
CMYK
72, 36, 0, 6
Luminance
0.3057
Every format
| HEX | #449aef |
| RGB | rgb(68, 154, 239) |
| HSL | hsl(210, 84%, 60%) |
| CMYK | cmyk(72%, 36%, 0%, 6%) |
| LAB | lab(62.1 1.8 -50.1) |
| LCH | lch(62.1 50.2 272.0) |
| OKLCH | oklch(0.673 0.151 250.9) |
Copy-ready code
/* CSS */
color: #449aef;
background-color: #449aef;
/* Tailwind (arbitrary) */
class="text-[#449aef] bg-[#449aef]"
/* SCSS */
$brand: #449aef;
/* SwiftUI */
Color(red: 0.267, green: 0.604, blue: 0.937)
/* Android */
Color.parseColor("#449aef")Accessibility — WCAG contrast
Aa
#449aef on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449aef on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green60.4%
Blue93.7%
CMYK percentages
Cyan71.5%
Magenta35.6%
Yellow0.0%
Key (black)6.3%
Color previews
#449aef text on a black background
contrast 7.11:1
Card sample
#449aef text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449aef;
Background color
Panel with #449aef background
background-color: #449aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 154, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 154, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449aef; background: linear-gradient(135deg, #449aef, #6044EF);