#446999
a dark, soft blue · cool · closest name: steelblue
RGB
68, 105, 153
HSL
214°, 39%, 43%
CMYK
56, 31, 0, 40
Luminance
0.1363
Every format
| HEX | #446999 |
| RGB | rgb(68, 105, 153) |
| HSL | hsl(214, 39%, 43%) |
| CMYK | cmyk(56%, 31%, 0%, 40%) |
| LAB | lab(43.7 1.5 -30.1) |
| LCH | lch(43.7 30.2 272.8) |
| OKLCH | oklch(0.515 0.088 255.4) |
Copy-ready code
/* CSS */
color: #446999;
background-color: #446999;
/* Tailwind (arbitrary) */
class="text-[#446999] bg-[#446999]"
/* SCSS */
$brand: #446999;
/* SwiftUI */
Color(red: 0.267, green: 0.412, blue: 0.600)
/* Android */
Color.parseColor("#446999")Accessibility — WCAG contrast
Aa
#446999 on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#446999 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green41.2%
Blue60.0%
CMYK percentages
Cyan55.6%
Magenta31.4%
Yellow0.0%
Key (black)40.0%
Color previews
#446999 text on a black background
contrast 3.73:1
Card sample
#446999 text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446999;
Background color
Panel with #446999 background
background-color: #446999;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446999;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 105, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 105, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446999; background: linear-gradient(135deg, #446999, #584499);