#083744
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 55, 68
HSL
193°, 79%, 15%
CMYK
88, 19, 0, 73
Luminance
0.0320
Every format
| HEX | #083744 |
| RGB | rgb(8, 55, 68) |
| HSL | hsl(193, 79%, 15%) |
| CMYK | cmyk(88%, 19%, 0%, 73%) |
| LAB | lab(20.8 -9.9 -12.4) |
| LCH | lch(20.8 15.9 231.5) |
| OKLCH | oklch(0.314 0.053 221.3) |
Copy-ready code
/* CSS */
color: #083744;
background-color: #083744;
/* Tailwind (arbitrary) */
class="text-[#083744] bg-[#083744]"
/* SCSS */
$brand: #083744;
/* SwiftUI */
Color(red: 0.031, green: 0.216, blue: 0.267)
/* Android */
Color.parseColor("#083744")Accessibility — WCAG contrast
Aa
#083744 on white: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083744 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green21.6%
Blue26.7%
CMYK percentages
Cyan88.2%
Magenta19.1%
Yellow0.0%
Key (black)73.3%
Color previews
#083744 text on a black background
contrast 1.64:1
Card sample
#083744 text on a white background
contrast 12.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083744;
Background color
Panel with #083744 background
background-color: #083744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 55, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 55, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083744; background: linear-gradient(135deg, #083744, #080F44);