#190825
a deep, vivid violet · warm · closest name: black
RGB
25, 8, 37
HSL
275°, 64%, 9%
CMYK
32, 78, 0, 86
Luminance
0.0051
Every format
| HEX | #190825 |
| RGB | rgb(25, 8, 37) |
| HSL | hsl(275, 64%, 9%) |
| CMYK | cmyk(32%, 78%, 0%, 86%) |
| LAB | lab(4.6 13.7 -15.4) |
| LCH | lch(4.6 20.6 311.5) |
| OKLCH | oklch(0.180 0.060 308.7) |
Copy-ready code
/* CSS */
color: #190825;
background-color: #190825;
/* Tailwind (arbitrary) */
class="text-[#190825] bg-[#190825]"
/* SCSS */
$brand: #190825;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.145)
/* Android */
Color.parseColor("#190825")Accessibility — WCAG contrast
Aa
#190825 on white: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190825 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue14.5%
CMYK percentages
Cyan32.4%
Magenta78.4%
Yellow0.0%
Key (black)85.5%
Color previews
#190825 text on a black background
contrast 1.10:1
Card sample
#190825 text on a white background
contrast 19.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190825;
Background color
Panel with #190825 background
background-color: #190825;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190825;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190825; background: linear-gradient(135deg, #190825, #25081E);