#486993
a dark, soft blue · cool · closest name: steelblue
RGB
72, 105, 147
HSL
214°, 34%, 43%
CMYK
51, 29, 0, 42
Luminance
0.1359
Every format
| HEX | #486993 |
| RGB | rgb(72, 105, 147) |
| HSL | hsl(214, 34%, 43%) |
| CMYK | cmyk(51%, 29%, 0%, 42%) |
| LAB | lab(43.6 0.5 -26.6) |
| LCH | lch(43.6 26.6 271.1) |
| OKLCH | oklch(0.514 0.077 254.9) |
Copy-ready code
/* CSS */
color: #486993;
background-color: #486993;
/* Tailwind (arbitrary) */
class="text-[#486993] bg-[#486993]"
/* SCSS */
$brand: #486993;
/* SwiftUI */
Color(red: 0.282, green: 0.412, blue: 0.576)
/* Android */
Color.parseColor("#486993")Accessibility — WCAG contrast
Aa
#486993 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#486993 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green41.2%
Blue57.6%
CMYK percentages
Cyan51.0%
Magenta28.6%
Yellow0.0%
Key (black)42.4%
Color previews
#486993 text on a black background
contrast 3.72:1
Card sample
#486993 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486993;
Background color
Panel with #486993 background
background-color: #486993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 105, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 105, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486993; background: linear-gradient(135deg, #486993, #594893);