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