#446088
a dark, soft blue · cool · closest name: steelblue
RGB
68, 96, 136
HSL
215°, 33%, 40%
CMYK
50, 29, 0, 47
Luminance
0.1137
Every format
| HEX | #446088 |
| RGB | rgb(68, 96, 136) |
| HSL | hsl(215, 33%, 40%) |
| CMYK | cmyk(50%, 29%, 0%, 47%) |
| LAB | lab(40.2 1.5 -25.4) |
| LCH | lch(40.2 25.4 273.4) |
| OKLCH | oklch(0.485 0.073 257.3) |
Copy-ready code
/* CSS */
color: #446088;
background-color: #446088;
/* Tailwind (arbitrary) */
class="text-[#446088] bg-[#446088]"
/* SCSS */
$brand: #446088;
/* SwiftUI */
Color(red: 0.267, green: 0.376, blue: 0.533)
/* Android */
Color.parseColor("#446088")Accessibility — WCAG contrast
Aa
#446088 on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#446088 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green37.6%
Blue53.3%
CMYK percentages
Cyan50.0%
Magenta29.4%
Yellow0.0%
Key (black)46.7%
Color previews
#446088 text on a black background
contrast 3.27:1
Card sample
#446088 text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446088;
Background color
Panel with #446088 background
background-color: #446088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 96, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 96, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446088; background: linear-gradient(135deg, #446088, #554488);