#449cd4
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 156, 212
HSL
203°, 63%, 55%
CMYK
68, 26, 0, 17
Luminance
0.2976
Every format
| HEX | #449cd4 |
| RGB | rgb(68, 156, 212) |
| HSL | hsl(203, 63%, 55%) |
| CMYK | cmyk(68%, 26%, 0%, 17%) |
| LAB | lab(61.4 -8.6 -36.3) |
| LCH | lch(61.4 37.3 256.7) |
| OKLCH | oklch(0.663 0.118 240.0) |
Copy-ready code
/* CSS */
color: #449cd4;
background-color: #449cd4;
/* Tailwind (arbitrary) */
class="text-[#449cd4] bg-[#449cd4]"
/* SCSS */
$brand: #449cd4;
/* SwiftUI */
Color(red: 0.267, green: 0.612, blue: 0.831)
/* Android */
Color.parseColor("#449cd4")Accessibility — WCAG contrast
Aa
#449cd4 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449cd4 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.2%
Blue83.1%
CMYK percentages
Cyan67.9%
Magenta26.4%
Yellow0.0%
Key (black)16.9%
Color previews
#449cd4 text on a black background
contrast 6.95:1
Card sample
#449cd4 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449cd4;
Background color
Panel with #449cd4 background
background-color: #449cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 156, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 156, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449cd4; background: linear-gradient(135deg, #449cd4, #4C44D4);