#060713
a deep, vivid blue · warm · closest name: black
RGB
6, 7, 19
HSL
235°, 52%, 5%
CMYK
68, 63, 0, 93
Luminance
0.0024
Every format
| HEX | #060713 |
| RGB | rgb(6, 7, 19) |
| HSL | hsl(235, 52%, 5%) |
| CMYK | cmyk(68%, 63%, 0%, 93%) |
| LAB | lab(2.1 1.8 -5.6) |
| LCH | lch(2.1 5.8 287.5) |
| OKLCH | oklch(0.135 0.027 277.6) |
Copy-ready code
/* CSS */
color: #060713;
background-color: #060713;
/* Tailwind (arbitrary) */
class="text-[#060713] bg-[#060713]"
/* SCSS */
$brand: #060713;
/* SwiftUI */
Color(red: 0.024, green: 0.027, blue: 0.075)
/* Android */
Color.parseColor("#060713")Accessibility — WCAG contrast
Aa
#060713 on white: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#060713 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green2.7%
Blue7.5%
CMYK percentages
Cyan68.4%
Magenta63.2%
Yellow0.0%
Key (black)92.5%
Color previews
#060713 text on a black background
contrast 1.05:1
Card sample
#060713 text on a white background
contrast 20.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #060713;
Background color
Panel with #060713 background
background-color: #060713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #060713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 7, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 7, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #060713; background: linear-gradient(135deg, #060713, #0E0613);