#131df2
a balanced, electric blue · warm · closest name: blue
RGB
19, 29, 242
HSL
237°, 90%, 51%
CMYK
92, 88, 0, 5
Luminance
0.0743
Every format
| HEX | #131df2 |
| RGB | rgb(19, 29, 242) |
| HSL | hsl(237, 90%, 51%) |
| CMYK | cmyk(92%, 88%, 0%, 5%) |
| LAB | lab(32.8 70.0 -99.8) |
| LCH | lch(32.8 121.9 305.1) |
| OKLCH | oklch(0.451 0.289 265.7) |
Copy-ready code
/* CSS */
color: #131df2;
background-color: #131df2;
/* Tailwind (arbitrary) */
class="text-[#131df2] bg-[#131df2]"
/* SCSS */
$brand: #131df2;
/* SwiftUI */
Color(red: 0.075, green: 0.114, blue: 0.949)
/* Android */
Color.parseColor("#131df2")Accessibility — WCAG contrast
Aa
#131df2 on white: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#131df2 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green11.4%
Blue94.9%
CMYK percentages
Cyan92.1%
Magenta88.0%
Yellow0.0%
Key (black)5.1%
Color previews
#131df2 text on a black background
contrast 2.49:1
Card sample
#131df2 text on a white background
contrast 8.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #131df2;
Background color
Panel with #131df2 background
background-color: #131df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #131df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 29, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 29, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #131df2; background: linear-gradient(135deg, #131df2, #9E13F2);