#240b13
a deep, vivid magenta / pink · warm · closest name: black
RGB
36, 11, 19
HSL
341°, 53%, 9%
CMYK
0, 69, 47, 86
Luminance
0.0066
Every format
| HEX | #240b13 |
| RGB | rgb(36, 11, 19) |
| HSL | hsl(341, 53%, 9%) |
| CMYK | cmyk(0%, 69%, 47%, 86%) |
| LAB | lab(6.0 13.5 0.4) |
| LCH | lch(6.0 13.6 1.6) |
| OKLCH | oklch(0.193 0.044 1.9) |
Copy-ready code
/* CSS */
color: #240b13;
background-color: #240b13;
/* Tailwind (arbitrary) */
class="text-[#240b13] bg-[#240b13]"
/* SCSS */
$brand: #240b13;
/* SwiftUI */
Color(red: 0.141, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#240b13")Accessibility — WCAG contrast
Aa
#240b13 on white: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#240b13 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow47.2%
Key (black)85.9%
Color previews
#240b13 text on a black background
contrast 1.13:1
Card sample
#240b13 text on a white background
contrast 18.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #240b13;
Background color
Panel with #240b13 background
background-color: #240b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #240b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #240b13; background: linear-gradient(135deg, #240b13, #24140B);