#190036
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 0, 54
HSL
268°, 100%, 11%
CMYK
54, 100, 0, 79
Luminance
0.0047
Every format
| HEX | #190036 |
| RGB | rgb(25, 0, 54) |
| HSL | hsl(268, 100%, 11%) |
| CMYK | cmyk(54%, 100%, 0%, 79%) |
| LAB | lab(4.3 24.6 -28.8) |
| LCH | lch(4.3 37.8 310.5) |
| OKLCH | oklch(0.181 0.098 297.9) |
Copy-ready code
/* CSS */
color: #190036;
background-color: #190036;
/* Tailwind (arbitrary) */
class="text-[#190036] bg-[#190036]"
/* SCSS */
$brand: #190036;
/* SwiftUI */
Color(red: 0.098, green: 0.000, blue: 0.212)
/* Android */
Color.parseColor("#190036")Accessibility — WCAG contrast
Aa
#190036 on white: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190036 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green0.0%
Blue21.2%
CMYK percentages
Cyan53.7%
Magenta100.0%
Yellow0.0%
Key (black)78.8%
Color previews
#190036 text on a black background
contrast 1.09:1
Card sample
#190036 text on a white background
contrast 19.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190036;
Background color
Panel with #190036 background
background-color: #190036;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190036;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 0, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 0, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190036; background: linear-gradient(135deg, #190036, #36002F);