#449ce2
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 156, 226
HSL
207°, 73%, 58%
CMYK
70, 31, 0, 11
Luminance
0.3050
Every format
| HEX | #449ce2 |
| RGB | rgb(68, 156, 226) |
| HSL | hsl(207, 73%, 58%) |
| CMYK | cmyk(70%, 31%, 0%, 11%) |
| LAB | lab(62.1 -3.9 -43.1) |
| LCH | lch(62.1 43.2 264.9) |
| OKLCH | oklch(0.671 0.134 245.8) |
Copy-ready code
/* CSS */
color: #449ce2;
background-color: #449ce2;
/* Tailwind (arbitrary) */
class="text-[#449ce2] bg-[#449ce2]"
/* SCSS */
$brand: #449ce2;
/* SwiftUI */
Color(red: 0.267, green: 0.612, blue: 0.886)
/* Android */
Color.parseColor("#449ce2")Accessibility — WCAG contrast
Aa
#449ce2 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449ce2 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.2%
Blue88.6%
CMYK percentages
Cyan69.9%
Magenta31.0%
Yellow0.0%
Key (black)11.4%
Color previews
#449ce2 text on a black background
contrast 7.10:1
Card sample
#449ce2 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449ce2;
Background color
Panel with #449ce2 background
background-color: #449ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 156, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 156, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449ce2; background: linear-gradient(135deg, #449ce2, #5544E2);