#19084f
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 79
HSL
254°, 82%, 17%
CMYK
68, 90, 0, 69
Luminance
0.0094
Every format
| HEX | #19084f |
| RGB | rgb(25, 8, 79) |
| HSL | hsl(254, 82%, 17%) |
| CMYK | cmyk(68%, 90%, 0%, 69%) |
| LAB | lab(8.5 30.0 -39.6) |
| LCH | lch(8.5 49.7 307.1) |
| OKLCH | oklch(0.225 0.117 282.6) |
Copy-ready code
/* CSS */
color: #19084f;
background-color: #19084f;
/* Tailwind (arbitrary) */
class="text-[#19084f] bg-[#19084f]"
/* SCSS */
$brand: #19084f;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.310)
/* Android */
Color.parseColor("#19084f")Accessibility — WCAG contrast
Aa
#19084f on white: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19084f on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue31.0%
CMYK percentages
Cyan68.4%
Magenta89.9%
Yellow0.0%
Key (black)69.0%
Color previews
#19084f text on a black background
contrast 1.19:1
Card sample
#19084f text on a white background
contrast 17.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19084f;
Background color
Panel with #19084f background
background-color: #19084f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19084f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19084f; background: linear-gradient(135deg, #19084f, #49084F);