#190843
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 8, 67
HSL
257°, 79%, 15%
CMYK
63, 88, 0, 74
Luminance
0.0079
Every format
| HEX | #190843 |
| RGB | rgb(25, 8, 67) |
| HSL | hsl(257, 79%, 15%) |
| CMYK | cmyk(63%, 88%, 0%, 74%) |
| LAB | lab(7.1 25.9 -33.6) |
| LCH | lch(7.1 42.4 307.6) |
| OKLCH | oklch(0.211 0.101 287.3) |
Copy-ready code
/* CSS */
color: #190843;
background-color: #190843;
/* Tailwind (arbitrary) */
class="text-[#190843] bg-[#190843]"
/* SCSS */
$brand: #190843;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.263)
/* Android */
Color.parseColor("#190843")Accessibility — WCAG contrast
Aa
#190843 on white: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190843 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue26.3%
CMYK percentages
Cyan62.7%
Magenta88.1%
Yellow0.0%
Key (black)73.7%
Color previews
#190843 text on a black background
contrast 1.16:1
Card sample
#190843 text on a white background
contrast 18.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190843;
Background color
Panel with #190843 background
background-color: #190843;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190843;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190843; background: linear-gradient(135deg, #190843, #400843);