#449ddf
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 157, 223
HSL
206°, 71%, 57%
CMYK
70, 30, 0, 13
Luminance
0.3067
Every format
| HEX | #449ddf |
| RGB | rgb(68, 157, 223) |
| HSL | hsl(206, 71%, 57%) |
| CMYK | cmyk(70%, 30%, 0%, 13%) |
| LAB | lab(62.2 -5.5 -41.2) |
| LCH | lch(62.2 41.5 262.4) |
| OKLCH | oklch(0.671 0.130 244.0) |
Copy-ready code
/* CSS */
color: #449ddf;
background-color: #449ddf;
/* Tailwind (arbitrary) */
class="text-[#449ddf] bg-[#449ddf]"
/* SCSS */
$brand: #449ddf;
/* SwiftUI */
Color(red: 0.267, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#449ddf")Accessibility — WCAG contrast
Aa
#449ddf on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449ddf on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.6%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#449ddf text on a black background
contrast 7.13:1
Card sample
#449ddf text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449ddf;
Background color
Panel with #449ddf background
background-color: #449ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449ddf; background: linear-gradient(135deg, #449ddf, #5244DF);