#25191f
a deep, soft magenta / pink · warm · closest name: black
RGB
37, 25, 31
HSL
330°, 19%, 12%
CMYK
0, 32, 16, 86
Luminance
0.0119
Every format
| HEX | #25191f |
| RGB | rgb(37, 25, 31) |
| HSL | hsl(330, 19%, 12%) |
| CMYK | cmyk(0%, 32%, 16%, 86%) |
| LAB | lab(10.5 7.3 -1.8) |
| LCH | lch(10.5 7.5 345.9) |
| OKLCH | oklch(0.231 0.022 347.5) |
Copy-ready code
/* CSS */
color: #25191f;
background-color: #25191f;
/* Tailwind (arbitrary) */
class="text-[#25191f] bg-[#25191f]"
/* SCSS */
$brand: #25191f;
/* SwiftUI */
Color(red: 0.145, green: 0.098, blue: 0.122)
/* Android */
Color.parseColor("#25191f")Accessibility — WCAG contrast
Aa
#25191f on white: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#25191f on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green9.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow16.2%
Key (black)85.5%
Color previews
#25191f text on a black background
contrast 1.24:1
Card sample
#25191f text on a white background
contrast 16.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25191f;
Background color
Panel with #25191f background
background-color: #25191f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25191f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 25, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 25, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25191f; background: linear-gradient(135deg, #25191f, #251B19);