#05110f
a deep, vivid cyan · cool · closest name: black
RGB
5, 17, 15
HSL
170°, 55%, 4%
CMYK
71, 0, 12, 93
Luminance
0.0047
Every format
| HEX | #05110f |
| RGB | rgb(5, 17, 15) |
| HSL | hsl(170, 55%, 4%) |
| CMYK | cmyk(71%, 0%, 12%, 93%) |
| LAB | lab(4.2 -3.9 -0.2) |
| LCH | lch(4.2 3.9 183.1) |
| OKLCH | oklch(0.165 0.019 182.9) |
Copy-ready code
/* CSS */
color: #05110f;
background-color: #05110f;
/* Tailwind (arbitrary) */
class="text-[#05110f] bg-[#05110f]"
/* SCSS */
$brand: #05110f;
/* SwiftUI */
Color(red: 0.020, green: 0.067, blue: 0.059)
/* Android */
Color.parseColor("#05110f")Accessibility — WCAG contrast
Aa
#05110f on white: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05110f on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green6.7%
Blue5.9%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow11.8%
Key (black)93.3%
Color previews
#05110f text on a black background
contrast 1.09:1
Card sample
#05110f text on a white background
contrast 19.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05110f;
Background color
Panel with #05110f background
background-color: #05110f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05110f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 17, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 17, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05110f; background: linear-gradient(135deg, #05110f, #050B11);