#25104f
a deep, vivid violet · warm · closest name: midnightblue
RGB
37, 16, 79
HSL
260°, 66%, 19%
CMYK
53, 80, 0, 69
Luminance
0.0133
Every format
| HEX | #25104f |
| RGB | rgb(37, 16, 79) |
| HSL | hsl(260, 66%, 19%) |
| CMYK | cmyk(53%, 80%, 0%, 69%) |
| LAB | lab(11.5 27.4 -34.7) |
| LCH | lch(11.5 44.3 308.3) |
| OKLCH | oklch(0.249 0.107 291.9) |
Copy-ready code
/* CSS */
color: #25104f;
background-color: #25104f;
/* Tailwind (arbitrary) */
class="text-[#25104f] bg-[#25104f]"
/* SCSS */
$brand: #25104f;
/* SwiftUI */
Color(red: 0.145, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#25104f")Accessibility — WCAG contrast
Aa
#25104f on white: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#25104f on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green6.3%
Blue31.0%
CMYK percentages
Cyan53.2%
Magenta79.7%
Yellow0.0%
Key (black)69.0%
Color previews
#25104f text on a black background
contrast 1.27:1
Card sample
#25104f text on a white background
contrast 16.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25104f;
Background color
Panel with #25104f background
background-color: #25104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25104f; background: linear-gradient(135deg, #25104f, #4F104F);