#446cbb
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 108, 187
HSL
220°, 47%, 50%
CMYK
64, 42, 0, 27
Luminance
0.1554
Every format
| HEX | #446cbb |
| RGB | rgb(68, 108, 187) |
| HSL | hsl(220, 47%, 50%) |
| CMYK | cmyk(64%, 42%, 0%, 27%) |
| LAB | lab(46.4 11.3 -45.9) |
| LCH | lch(46.4 47.2 283.8) |
| OKLCH | oklch(0.541 0.132 262.6) |
Copy-ready code
/* CSS */
color: #446cbb;
background-color: #446cbb;
/* Tailwind (arbitrary) */
class="text-[#446cbb] bg-[#446cbb]"
/* SCSS */
$brand: #446cbb;
/* SwiftUI */
Color(red: 0.267, green: 0.424, blue: 0.733)
/* Android */
Color.parseColor("#446cbb")Accessibility — WCAG contrast
Aa
#446cbb on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#446cbb on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green42.4%
Blue73.3%
CMYK percentages
Cyan63.6%
Magenta42.2%
Yellow0.0%
Key (black)26.7%
Color previews
#446cbb text on a black background
contrast 4.11:1
Card sample
#446cbb text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446cbb;
Background color
Panel with #446cbb background
background-color: #446cbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446cbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 108, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 108, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446cbb; background: linear-gradient(135deg, #446cbb, #6B44BB);