#190870
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 112
HSL
250°, 87%, 24%
CMYK
78, 93, 0, 56
Luminance
0.0155
Every format
| HEX | #190870 |
| RGB | rgb(25, 8, 112) |
| HSL | hsl(250, 87%, 24%) |
| CMYK | cmyk(78%, 93%, 0%, 56%) |
| LAB | lab(12.9 40.3 -54.4) |
| LCH | lch(12.9 67.7 306.5) |
| OKLCH | oklch(0.268 0.158 274.7) |
Copy-ready code
/* CSS */
color: #190870;
background-color: #190870;
/* Tailwind (arbitrary) */
class="text-[#190870] bg-[#190870]"
/* SCSS */
$brand: #190870;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.439)
/* Android */
Color.parseColor("#190870")Accessibility — WCAG contrast
Aa
#190870 on white: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190870 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue43.9%
CMYK percentages
Cyan77.7%
Magenta92.9%
Yellow0.0%
Key (black)56.1%
Color previews
#190870 text on a black background
contrast 1.31:1
Card sample
#190870 text on a white background
contrast 16.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190870;
Background color
Panel with #190870 background
background-color: #190870;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190870;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190870; background: linear-gradient(135deg, #190870, #5E0870);