#05130f
a deep, vivid cyan · cool · closest name: black
RGB
5, 19, 15
HSL
163°, 58%, 5%
CMYK
74, 0, 21, 93
Luminance
0.0053
Every format
| HEX | #05130f |
| RGB | rgb(5, 19, 15) |
| HSL | hsl(163, 58%, 5%) |
| CMYK | cmyk(74%, 0%, 21%, 93%) |
| LAB | lab(4.8 -5.1 0.7) |
| LCH | lch(4.8 5.1 172.7) |
| OKLCH | oklch(0.172 0.022 174.0) |
Copy-ready code
/* CSS */
color: #05130f;
background-color: #05130f;
/* Tailwind (arbitrary) */
class="text-[#05130f] bg-[#05130f]"
/* SCSS */
$brand: #05130f;
/* SwiftUI */
Color(red: 0.020, green: 0.075, blue: 0.059)
/* Android */
Color.parseColor("#05130f")Accessibility — WCAG contrast
Aa
#05130f on white: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05130f on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green7.5%
Blue5.9%
CMYK percentages
Cyan73.7%
Magenta0.0%
Yellow21.1%
Key (black)92.5%
Color previews
#05130f text on a black background
contrast 1.11:1
Card sample
#05130f text on a white background
contrast 18.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05130f;
Background color
Panel with #05130f background
background-color: #05130f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05130f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 19, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 19, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05130f; background: linear-gradient(135deg, #05130f, #050E13);