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