#083445
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 52, 69
HSL
197°, 79%, 15%
CMYK
88, 25, 0, 73
Luminance
0.0294
Every format
| HEX | #083445 |
| RGB | rgb(8, 52, 69) |
| HSL | hsl(197, 79%, 15%) |
| CMYK | cmyk(88%, 25%, 0%, 73%) |
| LAB | lab(19.8 -7.5 -14.7) |
| LCH | lch(19.8 16.5 242.8) |
| OKLCH | oklch(0.305 0.055 229.2) |
Copy-ready code
/* CSS */
color: #083445;
background-color: #083445;
/* Tailwind (arbitrary) */
class="text-[#083445] bg-[#083445]"
/* SCSS */
$brand: #083445;
/* SwiftUI */
Color(red: 0.031, green: 0.204, blue: 0.271)
/* Android */
Color.parseColor("#083445")Accessibility — WCAG contrast
Aa
#083445 on white: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083445 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.4%
Blue27.1%
CMYK percentages
Cyan88.4%
Magenta24.6%
Yellow0.0%
Key (black)72.9%
Color previews
#083445 text on a black background
contrast 1.59:1
Card sample
#083445 text on a white background
contrast 13.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083445;
Background color
Panel with #083445 background
background-color: #083445;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083445;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 52, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 52, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083445; background: linear-gradient(135deg, #083445, #080B45);