#449cd0
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 156, 208
HSL
202°, 60%, 54%
CMYK
67, 25, 0, 18
Luminance
0.2956
Every format
| HEX | #449cd0 |
| RGB | rgb(68, 156, 208) |
| HSL | hsl(202, 60%, 54%) |
| CMYK | cmyk(67%, 25%, 0%, 18%) |
| LAB | lab(61.3 -9.9 -34.3) |
| LCH | lch(61.3 35.7 253.8) |
| OKLCH | oklch(0.661 0.114 238.0) |
Copy-ready code
/* CSS */
color: #449cd0;
background-color: #449cd0;
/* Tailwind (arbitrary) */
class="text-[#449cd0] bg-[#449cd0]"
/* SCSS */
$brand: #449cd0;
/* SwiftUI */
Color(red: 0.267, green: 0.612, blue: 0.816)
/* Android */
Color.parseColor("#449cd0")Accessibility — WCAG contrast
Aa
#449cd0 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449cd0 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.2%
Blue81.6%
CMYK percentages
Cyan67.3%
Magenta25.0%
Yellow0.0%
Key (black)18.4%
Color previews
#449cd0 text on a black background
contrast 6.91:1
Card sample
#449cd0 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449cd0;
Background color
Panel with #449cd0 background
background-color: #449cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 156, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 156, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449cd0; background: linear-gradient(135deg, #449cd0, #4944D0);