#060321
a deep, electric blue · warm · closest name: black
RGB
6, 3, 33
HSL
246°, 83%, 7%
CMYK
82, 91, 0, 87
Luminance
0.0021
Every format
| HEX | #060321 |
| RGB | rgb(6, 3, 33) |
| HSL | hsl(246, 83%, 7%) |
| CMYK | cmyk(82%, 91%, 0%, 87%) |
| LAB | lab(1.9 7.3 -16.6) |
| LCH | lch(1.9 18.1 293.8) |
| OKLCH | oklch(0.135 0.064 280.4) |
Copy-ready code
/* CSS */
color: #060321;
background-color: #060321;
/* Tailwind (arbitrary) */
class="text-[#060321] bg-[#060321]"
/* SCSS */
$brand: #060321;
/* SwiftUI */
Color(red: 0.024, green: 0.012, blue: 0.129)
/* Android */
Color.parseColor("#060321")Accessibility — WCAG contrast
Aa
#060321 on white: 20.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#060321 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green1.2%
Blue12.9%
CMYK percentages
Cyan81.8%
Magenta90.9%
Yellow0.0%
Key (black)87.1%
Color previews
#060321 text on a black background
contrast 1.04:1
Card sample
#060321 text on a white background
contrast 20.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #060321;
Background color
Panel with #060321 background
background-color: #060321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #060321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 3, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 3, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #060321; background: linear-gradient(135deg, #060321, #1A0321);