#040708
a deep, soft cyan · cool · “black”
RGB
4, 7, 8
HSL
195°, 33%, 2%
CMYK
50, 13, 0, 97
Luminance
0.0020
Every format
| HEX | #040708 |
| RGB | rgb(4, 7, 8) |
| HSL | hsl(195, 33%, 2%) |
| CMYK | cmyk(50%, 13%, 0%, 97%) |
| LAB | lab(1.8 -0.7 -0.7) |
| LCH | lch(1.8 0.9 225.0) |
| OKLCH | oklch(0.124 0.008 216.4) |
Copy-ready code
/* CSS */
color: #040708;
background-color: #040708;
/* Tailwind (arbitrary) */
class="text-[#040708] bg-[#040708]"
/* SCSS */
$brand: #040708;
/* SwiftUI */
Color(red: 0.016, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#040708")Accessibility — WCAG contrast
Aa
#040708 on white: 20.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#040708 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green2.7%
Blue3.1%
CMYK percentages
Cyan50.0%
Magenta12.5%
Yellow0.0%
Key (black)96.9%
Color previews
#040708 text on a black background
contrast 1.04:1
Card sample
#040708 text on a white background
contrast 20.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #040708;
Background color
Panel with #040708 background
background-color: #040708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #040708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #040708; background: linear-gradient(135deg, #040708, #040408);