#191fdf
a balanced, electric blue · warm · closest name: blue
RGB
25, 31, 223
HSL
238°, 80%, 49%
CMYK
89, 86, 0, 13
Luminance
0.0651
Every format
| HEX | #191fdf |
| RGB | rgb(25, 31, 223) |
| HSL | hsl(238, 80%, 49%) |
| CMYK | cmyk(89%, 86%, 0%, 13%) |
| LAB | lab(30.7 64.2 -92.4) |
| LCH | lch(30.7 112.5 304.8) |
| OKLCH | oklch(0.430 0.268 266.7) |
Copy-ready code
/* CSS */
color: #191fdf;
background-color: #191fdf;
/* Tailwind (arbitrary) */
class="text-[#191fdf] bg-[#191fdf]"
/* SCSS */
$brand: #191fdf;
/* SwiftUI */
Color(red: 0.098, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#191fdf")Accessibility — WCAG contrast
Aa
#191fdf on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#191fdf on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green12.2%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#191fdf text on a black background
contrast 2.30:1
Card sample
#191fdf text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #191fdf;
Background color
Panel with #191fdf background
background-color: #191fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #191fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #191fdf; background: linear-gradient(135deg, #191fdf, #9719DF);