#449ffc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 159, 252
HSL
210°, 97%, 63%
CMYK
73, 37, 0, 1
Luminance
0.3305
Every format
| HEX | #449ffc |
| RGB | rgb(68, 159, 252) |
| HSL | hsl(210, 97%, 63%) |
| CMYK | cmyk(73%, 37%, 0%, 1%) |
| LAB | lab(64.2 3.4 -54.0) |
| LCH | lch(64.2 54.1 273.6) |
| OKLCH | oklch(0.691 0.162 251.8) |
Copy-ready code
/* CSS */
color: #449ffc;
background-color: #449ffc;
/* Tailwind (arbitrary) */
class="text-[#449ffc] bg-[#449ffc]"
/* SCSS */
$brand: #449ffc;
/* SwiftUI */
Color(red: 0.267, green: 0.624, blue: 0.988)
/* Android */
Color.parseColor("#449ffc")Accessibility — WCAG contrast
Aa
#449ffc on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449ffc on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green62.4%
Blue98.8%
CMYK percentages
Cyan73.0%
Magenta36.9%
Yellow0.0%
Key (black)1.2%
Color previews
#449ffc text on a black background
contrast 7.61:1
Card sample
#449ffc text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449ffc;
Background color
Panel with #449ffc background
background-color: #449ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 159, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 159, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449ffc; background: linear-gradient(135deg, #449ffc, #6344FC);