#083549
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 53, 73
HSL
199°, 80%, 16%
CMYK
89, 27, 0, 71
Luminance
0.0308
Every format
| HEX | #083549 |
| RGB | rgb(8, 53, 73) |
| HSL | hsl(199, 80%, 16%) |
| CMYK | cmyk(89%, 27%, 0%, 71%) |
| LAB | lab(20.4 -6.5 -16.5) |
| LCH | lch(20.4 17.8 248.4) |
| OKLCH | oklch(0.310 0.058 233.0) |
Copy-ready code
/* CSS */
color: #083549;
background-color: #083549;
/* Tailwind (arbitrary) */
class="text-[#083549] bg-[#083549]"
/* SCSS */
$brand: #083549;
/* SwiftUI */
Color(red: 0.031, green: 0.208, blue: 0.286)
/* Android */
Color.parseColor("#083549")Accessibility — WCAG contrast
Aa
#083549 on white: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083549 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.8%
Blue28.6%
CMYK percentages
Cyan89.0%
Magenta27.4%
Yellow0.0%
Key (black)71.4%
Color previews
#083549 text on a black background
contrast 1.62:1
Card sample
#083549 text on a white background
contrast 13.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083549;
Background color
Panel with #083549 background
background-color: #083549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 53, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 53, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083549; background: linear-gradient(135deg, #083549, #080A49);