#3124f2
a balanced, electric blue · warm · closest name: blue
RGB
49, 36, 242
HSL
244°, 89%, 55%
CMYK
80, 85, 0, 5
Luminance
0.0833
Every format
| HEX | #3124f2 |
| RGB | rgb(49, 36, 242) |
| HSL | hsl(244, 89%, 55%) |
| CMYK | cmyk(80%, 85%, 0%, 5%) |
| LAB | lab(34.6 68.4 -96.6) |
| LCH | lch(34.6 118.3 305.3) |
| OKLCH | oklch(0.467 0.279 270.5) |
Copy-ready code
/* CSS */
color: #3124f2;
background-color: #3124f2;
/* Tailwind (arbitrary) */
class="text-[#3124f2] bg-[#3124f2]"
/* SCSS */
$brand: #3124f2;
/* SwiftUI */
Color(red: 0.192, green: 0.141, blue: 0.949)
/* Android */
Color.parseColor("#3124f2")Accessibility — WCAG contrast
Aa
#3124f2 on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3124f2 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green14.1%
Blue94.9%
CMYK percentages
Cyan79.8%
Magenta85.1%
Yellow0.0%
Key (black)5.1%
Color previews
#3124f2 text on a black background
contrast 2.67:1
Card sample
#3124f2 text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3124f2;
Background color
Panel with #3124f2 background
background-color: #3124f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3124f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 36, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 36, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3124f2; background: linear-gradient(135deg, #3124f2, #BA24F2);