#190841
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 8, 65
HSL
258°, 78%, 14%
CMYK
62, 88, 0, 75
Luminance
0.0076
Every format
| HEX | #190841 |
| RGB | rgb(25, 8, 65) |
| HSL | hsl(258, 78%, 14%) |
| CMYK | cmyk(62%, 88%, 0%, 75%) |
| LAB | lab(6.9 25.1 -32.5) |
| LCH | lch(6.9 41.1 307.7) |
| OKLCH | oklch(0.208 0.099 288.2) |
Copy-ready code
/* CSS */
color: #190841;
background-color: #190841;
/* Tailwind (arbitrary) */
class="text-[#190841] bg-[#190841]"
/* SCSS */
$brand: #190841;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.255)
/* Android */
Color.parseColor("#190841")Accessibility — WCAG contrast
Aa
#190841 on white: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190841 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue25.5%
CMYK percentages
Cyan61.5%
Magenta87.7%
Yellow0.0%
Key (black)74.5%
Color previews
#190841 text on a black background
contrast 1.15:1
Card sample
#190841 text on a white background
contrast 18.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190841;
Background color
Panel with #190841 background
background-color: #190841;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190841;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190841; background: linear-gradient(135deg, #190841, #3F0841);