#083039
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 48, 57
HSL
191°, 75%, 13%
CMYK
86, 16, 0, 78
Luminance
0.0246
Every format
| HEX | #083039 |
| RGB | rgb(8, 48, 57) |
| HSL | hsl(191, 75%, 13%) |
| CMYK | cmyk(86%, 16%, 0%, 78%) |
| LAB | lab(17.7 -9.8 -9.7) |
| LCH | lch(17.7 13.8 224.4) |
| OKLCH | oklch(0.287 0.045 216.4) |
Copy-ready code
/* CSS */
color: #083039;
background-color: #083039;
/* Tailwind (arbitrary) */
class="text-[#083039] bg-[#083039]"
/* SCSS */
$brand: #083039;
/* SwiftUI */
Color(red: 0.031, green: 0.188, blue: 0.224)
/* Android */
Color.parseColor("#083039")Accessibility — WCAG contrast
Aa
#083039 on white: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083039 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.8%
Blue22.4%
CMYK percentages
Cyan86.0%
Magenta15.8%
Yellow0.0%
Key (black)77.6%
Color previews
#083039 text on a black background
contrast 1.49:1
Card sample
#083039 text on a white background
contrast 14.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083039;
Background color
Panel with #083039 background
background-color: #083039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 48, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 48, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083039; background: linear-gradient(135deg, #083039, #080F39);