#190830
a deep, vivid violet · warm · closest name: black
RGB
25, 8, 48
HSL
266°, 71%, 11%
CMYK
48, 83, 0, 81
Luminance
0.0059
Every format
| HEX | #190830 |
| RGB | rgb(25, 8, 48) |
| HSL | hsl(266, 71%, 11%) |
| CMYK | cmyk(48%, 83%, 0%, 81%) |
| LAB | lab(5.4 18.2 -22.6) |
| LCH | lch(5.4 29.0 308.9) |
| OKLCH | oklch(0.190 0.075 298.4) |
Copy-ready code
/* CSS */
color: #190830;
background-color: #190830;
/* Tailwind (arbitrary) */
class="text-[#190830] bg-[#190830]"
/* SCSS */
$brand: #190830;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.188)
/* Android */
Color.parseColor("#190830")Accessibility — WCAG contrast
Aa
#190830 on white: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190830 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue18.8%
CMYK percentages
Cyan47.9%
Magenta83.3%
Yellow0.0%
Key (black)81.2%
Color previews
#190830 text on a black background
contrast 1.12:1
Card sample
#190830 text on a white background
contrast 18.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190830;
Background color
Panel with #190830 background
background-color: #190830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190830; background: linear-gradient(135deg, #190830, #30082C);