#050a0a
a deep, soft cyan · cool · closest name: black
RGB
5, 10, 10
HSL
180°, 33%, 3%
CMYK
50, 0, 0, 96
Luminance
0.0027
Every format
| HEX | #050a0a |
| RGB | rgb(5, 10, 10) |
| HSL | hsl(180, 33%, 3%) |
| CMYK | cmyk(50%, 0%, 0%, 96%) |
| LAB | lab(2.5 -1.3 -0.5) |
| LCH | lch(2.5 1.4 199.3) |
| OKLCH | oklch(0.138 0.010 196.1) |
Copy-ready code
/* CSS */
color: #050a0a;
background-color: #050a0a;
/* Tailwind (arbitrary) */
class="text-[#050a0a] bg-[#050a0a]"
/* SCSS */
$brand: #050a0a;
/* SwiftUI */
Color(red: 0.020, green: 0.039, blue: 0.039)
/* Android */
Color.parseColor("#050a0a")Accessibility — WCAG contrast
Aa
#050a0a on white: 19.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#050a0a on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green3.9%
Blue3.9%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow0.0%
Key (black)96.1%
Color previews
#050a0a text on a black background
contrast 1.05:1
Card sample
#050a0a text on a white background
contrast 19.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #050a0a;
Background color
Panel with #050a0a background
background-color: #050a0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #050a0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 10, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 10, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #050a0a; background: linear-gradient(135deg, #050a0a, #05070A);