#191cdf
a balanced, electric blue · warm · closest name: blue
RGB
25, 28, 223
HSL
239°, 80%, 49%
CMYK
89, 87, 0, 13
Luminance
0.0636
Every format
| HEX | #191cdf |
| RGB | rgb(25, 28, 223) |
| HSL | hsl(239, 80%, 49%) |
| CMYK | cmyk(89%, 87%, 0%, 13%) |
| LAB | lab(30.3 65.3 -93.0) |
| LCH | lch(30.3 113.6 305.1) |
| OKLCH | oklch(0.428 0.270 266.8) |
Copy-ready code
/* CSS */
color: #191cdf;
background-color: #191cdf;
/* Tailwind (arbitrary) */
class="text-[#191cdf] bg-[#191cdf]"
/* SCSS */
$brand: #191cdf;
/* SwiftUI */
Color(red: 0.098, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#191cdf")Accessibility — WCAG contrast
Aa
#191cdf on white: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#191cdf on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green11.0%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#191cdf text on a black background
contrast 2.27:1
Card sample
#191cdf text on a white background
contrast 9.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #191cdf;
Background color
Panel with #191cdf background
background-color: #191cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #191cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #191cdf; background: linear-gradient(135deg, #191cdf, #9A19DF);