#449cff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 156, 255
HSL
212°, 100%, 63%
CMYK
73, 39, 0, 0
Luminance
0.3223
Every format
| HEX | #449cff |
| RGB | rgb(68, 156, 255) |
| HSL | hsl(212, 100%, 63%) |
| CMYK | cmyk(73%, 39%, 0%, 0%) |
| LAB | lab(63.5 6.2 -56.7) |
| LCH | lch(63.5 57.0 276.2) |
| OKLCH | oklch(0.687 0.169 253.7) |
Copy-ready code
/* CSS */
color: #449cff;
background-color: #449cff;
/* Tailwind (arbitrary) */
class="text-[#449cff] bg-[#449cff]"
/* SCSS */
$brand: #449cff;
/* SwiftUI */
Color(red: 0.267, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#449cff")Accessibility — WCAG contrast
Aa
#449cff on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449cff on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.2%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#449cff text on a black background
contrast 7.45:1
Card sample
#449cff text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449cff;
Background color
Panel with #449cff background
background-color: #449cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449cff; background: linear-gradient(135deg, #449cff, #6944FF);