#190833
a deep, vivid violet · warm · closest name: midnightblue
RGB
25, 8, 51
HSL
264°, 73%, 12%
CMYK
51, 84, 0, 80
Luminance
0.0062
Every format
| HEX | #190833 |
| RGB | rgb(25, 8, 51) |
| HSL | hsl(264, 73%, 12%) |
| CMYK | cmyk(51%, 84%, 0%, 80%) |
| LAB | lab(5.6 19.5 -24.4) |
| LCH | lch(5.6 31.3 308.6) |
| OKLCH | oklch(0.193 0.080 296.2) |
Copy-ready code
/* CSS */
color: #190833;
background-color: #190833;
/* Tailwind (arbitrary) */
class="text-[#190833] bg-[#190833]"
/* SCSS */
$brand: #190833;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.200)
/* Android */
Color.parseColor("#190833")Accessibility — WCAG contrast
Aa
#190833 on white: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190833 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue20.0%
CMYK percentages
Cyan51.0%
Magenta84.3%
Yellow0.0%
Key (black)80.0%
Color previews
#190833 text on a black background
contrast 1.12:1
Card sample
#190833 text on a white background
contrast 18.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190833;
Background color
Panel with #190833 background
background-color: #190833;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190833;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190833; background: linear-gradient(135deg, #190833, #330830);