#190872
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 114
HSL
250°, 87%, 24%
CMYK
78, 93, 0, 55
Luminance
0.0160
Every format
| HEX | #190872 |
| RGB | rgb(25, 8, 114) |
| HSL | hsl(250, 87%, 24%) |
| CMYK | cmyk(78%, 93%, 0%, 55%) |
| LAB | lab(13.2 40.9 -55.3) |
| LCH | lch(13.2 68.8 306.5) |
| OKLCH | oklch(0.270 0.160 274.4) |
Copy-ready code
/* CSS */
color: #190872;
background-color: #190872;
/* Tailwind (arbitrary) */
class="text-[#190872] bg-[#190872]"
/* SCSS */
$brand: #190872;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.447)
/* Android */
Color.parseColor("#190872")Accessibility — WCAG contrast
Aa
#190872 on white: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190872 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue44.7%
CMYK percentages
Cyan78.1%
Magenta93.0%
Yellow0.0%
Key (black)55.3%
Color previews
#190872 text on a black background
contrast 1.32:1
Card sample
#190872 text on a white background
contrast 15.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190872;
Background color
Panel with #190872 background
background-color: #190872;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190872;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190872; background: linear-gradient(135deg, #190872, #600872);