#446688
a dark, soft blue · cool · closest name: steelblue
RGB
68, 102, 136
HSL
210°, 33%, 40%
CMYK
50, 25, 0, 47
Luminance
0.1251
Every format
| HEX | #446688 |
| RGB | rgb(68, 102, 136) |
| HSL | hsl(210, 33%, 40%) |
| CMYK | cmyk(50%, 25%, 0%, 47%) |
| LAB | lab(42.0 -2.2 -22.6) |
| LCH | lch(42.0 22.7 264.4) |
| OKLCH | oklch(0.499 0.067 249.3) |
Copy-ready code
/* CSS */
color: #446688;
background-color: #446688;
/* Tailwind (arbitrary) */
class="text-[#446688] bg-[#446688]"
/* SCSS */
$brand: #446688;
/* SwiftUI */
Color(red: 0.267, green: 0.400, blue: 0.533)
/* Android */
Color.parseColor("#446688")Accessibility — WCAG contrast
Aa
#446688 on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#446688 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green40.0%
Blue53.3%
CMYK percentages
Cyan50.0%
Magenta25.0%
Yellow0.0%
Key (black)46.7%
Color previews
#446688 text on a black background
contrast 3.50:1
Card sample
#446688 text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446688;
Background color
Panel with #446688 background
background-color: #446688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 102, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 102, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446688; background: linear-gradient(135deg, #446688, #4F4488);