#190cdf
a balanced, electric blue · warm · closest name: blue
RGB
25, 12, 223
HSL
244°, 90%, 46%
CMYK
89, 95, 0, 13
Luminance
0.0580
Every format
| HEX | #190cdf |
| RGB | rgb(25, 12, 223) |
| HSL | hsl(244, 90%, 46%) |
| CMYK | cmyk(89%, 95%, 0%, 13%) |
| LAB | lab(28.9 69.6 -95.4) |
| LCH | lch(28.9 118.1 306.1) |
| OKLCH | oklch(0.418 0.276 266.8) |
Copy-ready code
/* CSS */
color: #190cdf;
background-color: #190cdf;
/* Tailwind (arbitrary) */
class="text-[#190cdf] bg-[#190cdf]"
/* SCSS */
$brand: #190cdf;
/* SwiftUI */
Color(red: 0.098, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#190cdf")Accessibility — WCAG contrast
Aa
#190cdf on white: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190cdf on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green4.7%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#190cdf text on a black background
contrast 2.16:1
Card sample
#190cdf text on a white background
contrast 9.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190cdf;
Background color
Panel with #190cdf background
background-color: #190cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190cdf; background: linear-gradient(135deg, #190cdf, #A60CDF);