#08060f
a deep, soft blue · warm · closest name: black
RGB
8, 6, 15
HSL
253°, 43%, 4%
CMYK
47, 60, 0, 94
Luminance
0.0022
Every format
| HEX | #08060f |
| RGB | rgb(8, 6, 15) |
| HSL | hsl(253, 43%, 4%) |
| CMYK | cmyk(47%, 60%, 0%, 94%) |
| LAB | lab(1.9 1.9 -3.5) |
| LCH | lch(1.9 4.0 298.2) |
| OKLCH | oklch(0.131 0.021 295.1) |
Copy-ready code
/* CSS */
color: #08060f;
background-color: #08060f;
/* Tailwind (arbitrary) */
class="text-[#08060f] bg-[#08060f]"
/* SCSS */
$brand: #08060f;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.059)
/* Android */
Color.parseColor("#08060f")Accessibility — WCAG contrast
Aa
#08060f on white: 20.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08060f on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue5.9%
CMYK percentages
Cyan46.7%
Magenta60.0%
Yellow0.0%
Key (black)94.1%
Color previews
#08060f text on a black background
contrast 1.04:1
Card sample
#08060f text on a white background
contrast 20.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08060f;
Background color
Panel with #08060f background
background-color: #08060f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08060f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08060f; background: linear-gradient(135deg, #08060f, #0E060F);