#060721
a deep, vivid blue · warm · closest name: black
RGB
6, 7, 33
HSL
238°, 69%, 8%
CMYK
82, 79, 0, 87
Luminance
0.0030
Every format
| HEX | #060721 |
| RGB | rgb(6, 7, 33) |
| HSL | hsl(238, 69%, 8%) |
| CMYK | cmyk(82%, 79%, 0%, 87%) |
| LAB | lab(2.7 5.7 -15.4) |
| LCH | lch(2.7 16.4 290.4) |
| OKLCH | oklch(0.148 0.054 275.4) |
Copy-ready code
/* CSS */
color: #060721;
background-color: #060721;
/* Tailwind (arbitrary) */
class="text-[#060721] bg-[#060721]"
/* SCSS */
$brand: #060721;
/* SwiftUI */
Color(red: 0.024, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#060721")Accessibility — WCAG contrast
Aa
#060721 on white: 19.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#060721 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green2.7%
Blue12.9%
CMYK percentages
Cyan81.8%
Magenta78.8%
Yellow0.0%
Key (black)87.1%
Color previews
#060721 text on a black background
contrast 1.06:1
Card sample
#060721 text on a white background
contrast 19.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #060721;
Background color
Panel with #060721 background
background-color: #060721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #060721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #060721; background: linear-gradient(135deg, #060721, #170621);