#190848
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 8, 72
HSL
256°, 80%, 16%
CMYK
65, 89, 0, 72
Luminance
0.0085
Every format
| HEX | #190848 |
| RGB | rgb(25, 8, 72) |
| HSL | hsl(256, 80%, 16%) |
| CMYK | cmyk(65%, 89%, 0%, 72%) |
| LAB | lab(7.7 27.7 -36.2) |
| LCH | lch(7.7 45.5 307.4) |
| OKLCH | oklch(0.216 0.108 285.2) |
Copy-ready code
/* CSS */
color: #190848;
background-color: #190848;
/* Tailwind (arbitrary) */
class="text-[#190848] bg-[#190848]"
/* SCSS */
$brand: #190848;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.282)
/* Android */
Color.parseColor("#190848")Accessibility — WCAG contrast
Aa
#190848 on white: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190848 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue28.2%
CMYK percentages
Cyan65.3%
Magenta88.9%
Yellow0.0%
Key (black)71.8%
Color previews
#190848 text on a black background
contrast 1.17:1
Card sample
#190848 text on a white background
contrast 17.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190848;
Background color
Panel with #190848 background
background-color: #190848;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190848;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190848; background: linear-gradient(135deg, #190848, #440848);