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