#447eb4
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 126, 180
HSL
209°, 45%, 49%
CMYK
62, 30, 0, 29
Luminance
0.1945
Every format
| HEX | #447eb4 |
| RGB | rgb(68, 126, 180) |
| HSL | hsl(209, 45%, 49%) |
| CMYK | cmyk(62%, 30%, 0%, 29%) |
| LAB | lab(51.2 -2.1 -34.2) |
| LCH | lch(51.2 34.2 266.5) |
| OKLCH | oklch(0.578 0.104 248.5) |
Copy-ready code
/* CSS */
color: #447eb4;
background-color: #447eb4;
/* Tailwind (arbitrary) */
class="text-[#447eb4] bg-[#447eb4]"
/* SCSS */
$brand: #447eb4;
/* SwiftUI */
Color(red: 0.267, green: 0.494, blue: 0.706)
/* Android */
Color.parseColor("#447eb4")Accessibility — WCAG contrast
Aa
#447eb4 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#447eb4 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green49.4%
Blue70.6%
CMYK percentages
Cyan62.2%
Magenta30.0%
Yellow0.0%
Key (black)29.4%
Color previews
#447eb4 text on a black background
contrast 4.89:1
Card sample
#447eb4 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447eb4;
Background color
Panel with #447eb4 background
background-color: #447eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 126, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 126, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447eb4; background: linear-gradient(135deg, #447eb4, #5544B4);