#449fdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 159, 223
HSL
205°, 71%, 57%
CMYK
70, 29, 0, 13
Luminance
0.3135
Every format
| HEX | #449fdf |
| RGB | rgb(68, 159, 223) |
| HSL | hsl(205, 71%, 57%) |
| CMYK | cmyk(70%, 29%, 0%, 13%) |
| LAB | lab(62.8 -6.6 -40.3) |
| LCH | lch(62.8 40.8 260.7) |
| OKLCH | oklch(0.676 0.128 242.7) |
Copy-ready code
/* CSS */
color: #449fdf;
background-color: #449fdf;
/* Tailwind (arbitrary) */
class="text-[#449fdf] bg-[#449fdf]"
/* SCSS */
$brand: #449fdf;
/* SwiftUI */
Color(red: 0.267, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#449fdf")Accessibility — WCAG contrast
Aa
#449fdf on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449fdf on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green62.4%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#449fdf text on a black background
contrast 7.27:1
Card sample
#449fdf text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449fdf;
Background color
Panel with #449fdf background
background-color: #449fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449fdf; background: linear-gradient(135deg, #449fdf, #5144DF);