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