#082733
a deep, vivid cyan · cool · closest name: black
RGB
8, 39, 51
HSL
197°, 73%, 12%
CMYK
84, 24, 0, 80
Luminance
0.0174
Every format
| HEX | #082733 |
| RGB | rgb(8, 39, 51) |
| HSL | hsl(197, 73%, 12%) |
| CMYK | cmyk(84%, 24%, 0%, 80%) |
| LAB | lab(14.1 -6.4 -11.1) |
| LCH | lch(14.1 12.8 240.1) |
| OKLCH | oklch(0.257 0.042 227.7) |
Copy-ready code
/* CSS */
color: #082733;
background-color: #082733;
/* Tailwind (arbitrary) */
class="text-[#082733] bg-[#082733]"
/* SCSS */
$brand: #082733;
/* SwiftUI */
Color(red: 0.031, green: 0.153, blue: 0.200)
/* Android */
Color.parseColor("#082733")Accessibility — WCAG contrast
Aa
#082733 on white: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082733 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green15.3%
Blue20.0%
CMYK percentages
Cyan84.3%
Magenta23.5%
Yellow0.0%
Key (black)80.0%
Color previews
#082733 text on a black background
contrast 1.35:1
Card sample
#082733 text on a white background
contrast 15.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082733;
Background color
Panel with #082733 background
background-color: #082733;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082733;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 39, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 39, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082733; background: linear-gradient(135deg, #082733, #080A33);