#449fc2
a balanced, vivid cyan · cool · closest name: steelblue
RGB
68, 159, 194
HSL
197°, 51%, 51%
CMYK
65, 18, 0, 24
Luminance
0.2992
Every format
| HEX | #449fc2 |
| RGB | rgb(68, 159, 194) |
| HSL | hsl(197, 51%, 51%) |
| CMYK | cmyk(65%, 18%, 0%, 24%) |
| LAB | lab(61.6 -16.1 -26.0) |
| LCH | lch(61.6 30.6 238.2) |
| OKLCH | oklch(0.662 0.100 226.7) |
Copy-ready code
/* CSS */
color: #449fc2;
background-color: #449fc2;
/* Tailwind (arbitrary) */
class="text-[#449fc2] bg-[#449fc2]"
/* SCSS */
$brand: #449fc2;
/* SwiftUI */
Color(red: 0.267, green: 0.624, blue: 0.761)
/* Android */
Color.parseColor("#449fc2")Accessibility — WCAG contrast
Aa
#449fc2 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449fc2 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green62.4%
Blue76.1%
CMYK percentages
Cyan64.9%
Magenta18.0%
Yellow0.0%
Key (black)23.9%
Color previews
#449fc2 text on a black background
contrast 6.98:1
Card sample
#449fc2 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449fc2;
Background color
Panel with #449fc2 background
background-color: #449fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 159, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 159, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449fc2; background: linear-gradient(135deg, #449fc2, #444BC2);