#190875
a deep, electric blue · warm · closest name: navy
RGB
25, 8, 117
HSL
249°, 87%, 25%
CMYK
79, 93, 0, 54
Luminance
0.0166
Every format
| HEX | #190875 |
| RGB | rgb(25, 8, 117) |
| HSL | hsl(249, 87%, 25%) |
| CMYK | cmyk(79%, 93%, 0%, 54%) |
| LAB | lab(13.6 41.8 -56.5) |
| LCH | lch(13.6 70.3 306.5) |
| OKLCH | oklch(0.274 0.164 274.0) |
Copy-ready code
/* CSS */
color: #190875;
background-color: #190875;
/* Tailwind (arbitrary) */
class="text-[#190875] bg-[#190875]"
/* SCSS */
$brand: #190875;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.459)
/* Android */
Color.parseColor("#190875")Accessibility — WCAG contrast
Aa
#190875 on white: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190875 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue45.9%
CMYK percentages
Cyan78.6%
Magenta93.2%
Yellow0.0%
Key (black)54.1%
Color previews
#190875 text on a black background
contrast 1.33:1
Card sample
#190875 text on a white background
contrast 15.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190875;
Background color
Panel with #190875 background
background-color: #190875;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190875;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190875; background: linear-gradient(135deg, #190875, #620875);