#083545
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 53, 69
HSL
196°, 79%, 15%
CMYK
88, 23, 0, 73
Luminance
0.0303
Every format
| HEX | #083545 |
| RGB | rgb(8, 53, 69) |
| HSL | hsl(196, 79%, 15%) |
| CMYK | cmyk(88%, 23%, 0%, 73%) |
| LAB | lab(20.1 -8.2 -14.1) |
| LCH | lch(20.1 16.3 239.9) |
| OKLCH | oklch(0.308 0.054 227.2) |
Copy-ready code
/* CSS */
color: #083545;
background-color: #083545;
/* Tailwind (arbitrary) */
class="text-[#083545] bg-[#083545]"
/* SCSS */
$brand: #083545;
/* SwiftUI */
Color(red: 0.031, green: 0.208, blue: 0.271)
/* Android */
Color.parseColor("#083545")Accessibility — WCAG contrast
Aa
#083545 on white: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083545 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.8%
Blue27.1%
CMYK percentages
Cyan88.4%
Magenta23.2%
Yellow0.0%
Key (black)72.9%
Color previews
#083545 text on a black background
contrast 1.61:1
Card sample
#083545 text on a white background
contrast 13.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083545;
Background color
Panel with #083545 background
background-color: #083545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 53, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 53, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083545; background: linear-gradient(135deg, #083545, #080C45);