#449fcf
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 159, 207
HSL
201°, 59%, 54%
CMYK
67, 23, 0, 19
Luminance
0.3053
Every format
| HEX | #449fcf |
| RGB | rgb(68, 159, 207) |
| HSL | hsl(201, 59%, 54%) |
| CMYK | cmyk(67%, 23%, 0%, 19%) |
| LAB | lab(62.1 -11.9 -32.5) |
| LCH | lch(62.1 34.6 249.8) |
| OKLCH | oklch(0.668 0.111 235.0) |
Copy-ready code
/* CSS */
color: #449fcf;
background-color: #449fcf;
/* Tailwind (arbitrary) */
class="text-[#449fcf] bg-[#449fcf]"
/* SCSS */
$brand: #449fcf;
/* SwiftUI */
Color(red: 0.267, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#449fcf")Accessibility — WCAG contrast
Aa
#449fcf on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449fcf on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green62.4%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta23.2%
Yellow0.0%
Key (black)18.8%
Color previews
#449fcf text on a black background
contrast 7.11:1
Card sample
#449fcf text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449fcf;
Background color
Panel with #449fcf background
background-color: #449fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449fcf; background: linear-gradient(135deg, #449fcf, #4644CF);