#06121a
a deep, vivid blue · cool · closest name: black
RGB
6, 18, 26
HSL
204°, 63%, 6%
CMYK
77, 31, 0, 90
Luminance
0.0055
Every format
| HEX | #06121a |
| RGB | rgb(6, 18, 26) |
| HSL | hsl(204, 63%, 6%) |
| CMYK | cmyk(77%, 31%, 0%, 90%) |
| LAB | lab(4.9 -1.7 -6.6) |
| LCH | lch(4.9 6.8 255.7) |
| OKLCH | oklch(0.175 0.025 238.2) |
Copy-ready code
/* CSS */
color: #06121a;
background-color: #06121a;
/* Tailwind (arbitrary) */
class="text-[#06121a] bg-[#06121a]"
/* SCSS */
$brand: #06121a;
/* SwiftUI */
Color(red: 0.024, green: 0.071, blue: 0.102)
/* Android */
Color.parseColor("#06121a")Accessibility — WCAG contrast
Aa
#06121a on white: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06121a on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green7.1%
Blue10.2%
CMYK percentages
Cyan76.9%
Magenta30.8%
Yellow0.0%
Key (black)89.8%
Color previews
#06121a text on a black background
contrast 1.11:1
Card sample
#06121a text on a white background
contrast 18.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06121a;
Background color
Panel with #06121a background
background-color: #06121a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06121a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 18, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 18, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06121a; background: linear-gradient(135deg, #06121a, #07061A);