#06121f
a deep, vivid blue · cool · closest name: black
RGB
6, 18, 31
HSL
211°, 68%, 7%
CMYK
81, 42, 0, 88
Luminance
0.0057
Every format
| HEX | #06121f |
| RGB | rgb(6, 18, 31) |
| HSL | hsl(211, 68%, 7%) |
| CMYK | cmyk(81%, 42%, 0%, 88%) |
| LAB | lab(5.2 -0.1 -10.1) |
| LCH | lch(5.2 10.1 269.2) |
| OKLCH | oklch(0.178 0.033 250.8) |
Copy-ready code
/* CSS */
color: #06121f;
background-color: #06121f;
/* Tailwind (arbitrary) */
class="text-[#06121f] bg-[#06121f]"
/* SCSS */
$brand: #06121f;
/* SwiftUI */
Color(red: 0.024, green: 0.071, blue: 0.122)
/* Android */
Color.parseColor("#06121f")Accessibility — WCAG contrast
Aa
#06121f on white: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06121f on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green7.1%
Blue12.2%
CMYK percentages
Cyan80.6%
Magenta41.9%
Yellow0.0%
Key (black)87.8%
Color previews
#06121f text on a black background
contrast 1.11:1
Card sample
#06121f text on a white background
contrast 18.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06121f;
Background color
Panel with #06121f background
background-color: #06121f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06121f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 18, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 18, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06121f; background: linear-gradient(135deg, #06121f, #0B061F);