#449cd7
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 156, 215
HSL
204°, 65%, 56%
CMYK
68, 27, 0, 16
Luminance
0.2991
Every format
| HEX | #449cd7 |
| RGB | rgb(68, 156, 215) |
| HSL | hsl(204, 65%, 56%) |
| CMYK | cmyk(68%, 27%, 0%, 16%) |
| LAB | lab(61.6 -7.6 -37.8) |
| LCH | lch(61.6 38.5 258.6) |
| OKLCH | oklch(0.665 0.121 241.3) |
Copy-ready code
/* CSS */
color: #449cd7;
background-color: #449cd7;
/* Tailwind (arbitrary) */
class="text-[#449cd7] bg-[#449cd7]"
/* SCSS */
$brand: #449cd7;
/* SwiftUI */
Color(red: 0.267, green: 0.612, blue: 0.843)
/* Android */
Color.parseColor("#449cd7")Accessibility — WCAG contrast
Aa
#449cd7 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449cd7 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.2%
Blue84.3%
CMYK percentages
Cyan68.4%
Magenta27.4%
Yellow0.0%
Key (black)15.7%
Color previews
#449cd7 text on a black background
contrast 6.98:1
Card sample
#449cd7 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449cd7;
Background color
Panel with #449cd7 background
background-color: #449cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 156, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 156, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449cd7; background: linear-gradient(135deg, #449cd7, #4E44D7);