#190045
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 0, 69
HSL
262°, 100%, 14%
CMYK
64, 100, 0, 73
Luminance
0.0064
Every format
| HEX | #190045 |
| RGB | rgb(25, 0, 69) |
| HSL | hsl(262, 100%, 14%) |
| CMYK | cmyk(64%, 100%, 0%, 73%) |
| LAB | lab(5.8 31.0 -37.2) |
| LCH | lch(5.8 48.4 309.8) |
| OKLCH | oklch(0.201 0.114 288.8) |
Copy-ready code
/* CSS */
color: #190045;
background-color: #190045;
/* Tailwind (arbitrary) */
class="text-[#190045] bg-[#190045]"
/* SCSS */
$brand: #190045;
/* SwiftUI */
Color(red: 0.098, green: 0.000, blue: 0.271)
/* Android */
Color.parseColor("#190045")Accessibility — WCAG contrast
Aa
#190045 on white: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190045 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green0.0%
Blue27.1%
CMYK percentages
Cyan63.8%
Magenta100.0%
Yellow0.0%
Key (black)72.9%
Color previews
#190045 text on a black background
contrast 1.13:1
Card sample
#190045 text on a white background
contrast 18.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190045;
Background color
Panel with #190045 background
background-color: #190045;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190045;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 0, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 0, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190045; background: linear-gradient(135deg, #190045, #450043);