#190fdf
a balanced, electric blue · warm · closest name: blue
RGB
25, 15, 223
HSL
243°, 87%, 47%
CMYK
89, 93, 0, 13
Luminance
0.0588
Every format
| HEX | #190fdf |
| RGB | rgb(25, 15, 223) |
| HSL | hsl(243, 87%, 47%) |
| CMYK | cmyk(89%, 93%, 0%, 13%) |
| LAB | lab(29.1 69.0 -95.0) |
| LCH | lch(29.1 117.4 306.0) |
| OKLCH | oklch(0.420 0.275 266.8) |
Copy-ready code
/* CSS */
color: #190fdf;
background-color: #190fdf;
/* Tailwind (arbitrary) */
class="text-[#190fdf] bg-[#190fdf]"
/* SCSS */
$brand: #190fdf;
/* SwiftUI */
Color(red: 0.098, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#190fdf")Accessibility — WCAG contrast
Aa
#190fdf on white: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190fdf on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green5.9%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#190fdf text on a black background
contrast 2.18:1
Card sample
#190fdf text on a white background
contrast 9.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190fdf;
Background color
Panel with #190fdf background
background-color: #190fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190fdf; background: linear-gradient(135deg, #190fdf, #A40FDF);