#190fb7
a dark, electric blue · warm · closest name: navy
RGB
25, 15, 183
HSL
244°, 85%, 39%
CMYK
86, 92, 0, 28
Luminance
0.0397
Every format
| HEX | #190fb7 |
| RGB | rgb(25, 15, 183) |
| HSL | hsl(244, 85%, 39%) |
| CMYK | cmyk(86%, 92%, 0%, 28%) |
| LAB | lab(23.6 58.4 -80.8) |
| LCH | lch(23.6 99.7 305.8) |
| OKLCH | oklch(0.367 0.234 268.2) |
Copy-ready code
/* CSS */
color: #190fb7;
background-color: #190fb7;
/* Tailwind (arbitrary) */
class="text-[#190fb7] bg-[#190fb7]"
/* SCSS */
$brand: #190fb7;
/* SwiftUI */
Color(red: 0.098, green: 0.059, blue: 0.718)
/* Android */
Color.parseColor("#190fb7")Accessibility — WCAG contrast
Aa
#190fb7 on white: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190fb7 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green5.9%
Blue71.8%
CMYK percentages
Cyan86.3%
Magenta91.8%
Yellow0.0%
Key (black)28.2%
Color previews
#190fb7 text on a black background
contrast 1.79:1
Card sample
#190fb7 text on a white background
contrast 11.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190fb7;
Background color
Panel with #190fb7 background
background-color: #190fb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190fb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 15, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 15, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190fb7; background: linear-gradient(135deg, #190fb7, #890FB7);