#190846
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 8, 70
HSL
257°, 80%, 15%
CMYK
64, 89, 0, 73
Luminance
0.0082
Every format
| HEX | #190846 |
| RGB | rgb(25, 8, 70) |
| HSL | hsl(257, 80%, 15%) |
| CMYK | cmyk(64%, 89%, 0%, 73%) |
| LAB | lab(7.4 27.0 -35.1) |
| LCH | lch(7.4 44.3 307.5) |
| OKLCH | oklch(0.214 0.105 286.0) |
Copy-ready code
/* CSS */
color: #190846;
background-color: #190846;
/* Tailwind (arbitrary) */
class="text-[#190846] bg-[#190846]"
/* SCSS */
$brand: #190846;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.275)
/* Android */
Color.parseColor("#190846")Accessibility — WCAG contrast
Aa
#190846 on white: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190846 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue27.5%
CMYK percentages
Cyan64.3%
Magenta88.6%
Yellow0.0%
Key (black)72.5%
Color previews
#190846 text on a black background
contrast 1.16:1
Card sample
#190846 text on a white background
contrast 18.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190846;
Background color
Panel with #190846 background
background-color: #190846;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190846;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190846; background: linear-gradient(135deg, #190846, #420846);