#083339
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 51, 57
HSL
187°, 75%, 13%
CMYK
86, 11, 0, 78
Luminance
0.0271
Every format
| HEX | #083339 |
| RGB | rgb(8, 51, 57) |
| HSL | hsl(187, 75%, 13%) |
| CMYK | cmyk(86%, 11%, 0%, 78%) |
| LAB | lab(18.9 -11.7 -7.9) |
| LCH | lch(18.9 14.2 214.1) |
| OKLCH | oklch(0.296 0.046 208.8) |
Copy-ready code
/* CSS */
color: #083339;
background-color: #083339;
/* Tailwind (arbitrary) */
class="text-[#083339] bg-[#083339]"
/* SCSS */
$brand: #083339;
/* SwiftUI */
Color(red: 0.031, green: 0.200, blue: 0.224)
/* Android */
Color.parseColor("#083339")Accessibility — WCAG contrast
Aa
#083339 on white: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083339 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.0%
Blue22.4%
CMYK percentages
Cyan86.0%
Magenta10.5%
Yellow0.0%
Key (black)77.6%
Color previews
#083339 text on a black background
contrast 1.54:1
Card sample
#083339 text on a white background
contrast 13.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083339;
Background color
Panel with #083339 background
background-color: #083339;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083339;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 51, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 51, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083339; background: linear-gradient(135deg, #083339, #081239);