#260310
a deep, electric magenta / pink · warm · closest name: black
RGB
38, 3, 16
HSL
338°, 85%, 8%
CMYK
0, 92, 58, 85
Luminance
0.0051
Every format
| HEX | #260310 |
| RGB | rgb(38, 3, 16) |
| HSL | hsl(338, 85%, 8%) |
| CMYK | cmyk(0%, 92%, 58%, 85%) |
| LAB | lab(4.7 17.8 0.3) |
| LCH | lch(4.7 17.8 0.9) |
| OKLCH | oklch(0.181 0.063 1.2) |
Copy-ready code
/* CSS */
color: #260310;
background-color: #260310;
/* Tailwind (arbitrary) */
class="text-[#260310] bg-[#260310]"
/* SCSS */
$brand: #260310;
/* SwiftUI */
Color(red: 0.149, green: 0.012, blue: 0.063)
/* Android */
Color.parseColor("#260310")Accessibility — WCAG contrast
Aa
#260310 on white: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#260310 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green1.2%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow57.9%
Key (black)85.1%
Color previews
#260310 text on a black background
contrast 1.10:1
Card sample
#260310 text on a white background
contrast 19.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #260310;
Background color
Panel with #260310 background
background-color: #260310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #260310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 3, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 3, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #260310; background: linear-gradient(135deg, #260310, #260D03);