#083539
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 53, 57
HSL
185°, 75%, 13%
CMYK
86, 7, 0, 78
Luminance
0.0289
Every format
| HEX | #083539 |
| RGB | rgb(8, 53, 57) |
| HSL | hsl(185, 75%, 13%) |
| CMYK | cmyk(86%, 7%, 0%, 78%) |
| LAB | lab(19.6 -12.9 -6.8) |
| LCH | lch(19.6 14.6 207.7) |
| OKLCH | oklch(0.302 0.047 203.9) |
Copy-ready code
/* CSS */
color: #083539;
background-color: #083539;
/* Tailwind (arbitrary) */
class="text-[#083539] bg-[#083539]"
/* SCSS */
$brand: #083539;
/* SwiftUI */
Color(red: 0.031, green: 0.208, blue: 0.224)
/* Android */
Color.parseColor("#083539")Accessibility — WCAG contrast
Aa
#083539 on white: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083539 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.8%
Blue22.4%
CMYK percentages
Cyan86.0%
Magenta7.0%
Yellow0.0%
Key (black)77.6%
Color previews
#083539 text on a black background
contrast 1.58:1
Card sample
#083539 text on a white background
contrast 13.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083539;
Background color
Panel with #083539 background
background-color: #083539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 53, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 53, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083539; background: linear-gradient(135deg, #083539, #081439);