#250941
a deep, electric violet · warm · closest name: midnightblue
RGB
37, 9, 65
HSL
270°, 76%, 15%
CMYK
43, 86, 0, 75
Luminance
0.0097
Every format
| HEX | #250941 |
| RGB | rgb(37, 9, 65) |
| HSL | hsl(270, 76%, 15%) |
| CMYK | cmyk(43%, 86%, 0%, 75%) |
| LAB | lab(8.7 27.0 -29.4) |
| LCH | lch(8.7 39.9 312.6) |
| OKLCH | oklch(0.226 0.098 301.5) |
Copy-ready code
/* CSS */
color: #250941;
background-color: #250941;
/* Tailwind (arbitrary) */
class="text-[#250941] bg-[#250941]"
/* SCSS */
$brand: #250941;
/* SwiftUI */
Color(red: 0.145, green: 0.035, blue: 0.255)
/* Android */
Color.parseColor("#250941")Accessibility — WCAG contrast
Aa
#250941 on white: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250941 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green3.5%
Blue25.5%
CMYK percentages
Cyan43.1%
Magenta86.2%
Yellow0.0%
Key (black)74.5%
Color previews
#250941 text on a black background
contrast 1.19:1
Card sample
#250941 text on a white background
contrast 17.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250941;
Background color
Panel with #250941 background
background-color: #250941;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250941;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 9, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 9, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250941; background: linear-gradient(135deg, #250941, #410938);