#2946ff
a balanced, electric blue · warm · closest name: blue
RGB
41, 70, 255
HSL
232°, 100%, 58%
CMYK
84, 73, 0, 0
Luminance
0.1207
Every format
| HEX | #2946ff |
| RGB | rgb(41, 70, 255) |
| HSL | hsl(232, 100%, 58%) |
| CMYK | cmyk(84%, 73%, 0%, 0%) |
| LAB | lab(41.3 55.9 -92.8) |
| LCH | lch(41.3 108.3 301.1) |
| OKLCH | oklch(0.517 0.269 267.1) |
Copy-ready code
/* CSS */
color: #2946ff;
background-color: #2946ff;
/* Tailwind (arbitrary) */
class="text-[#2946ff] bg-[#2946ff]"
/* SCSS */
$brand: #2946ff;
/* SwiftUI */
Color(red: 0.161, green: 0.275, blue: 1.000)
/* Android */
Color.parseColor("#2946ff")Accessibility — WCAG contrast
Aa
#2946ff on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2946ff on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green27.5%
Blue100.0%
CMYK percentages
Cyan83.9%
Magenta72.5%
Yellow0.0%
Key (black)0.0%
Color previews
#2946ff text on a black background
contrast 3.41:1
Card sample
#2946ff text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2946ff;
Background color
Panel with #2946ff background
background-color: #2946ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2946ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 70, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 70, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2946ff; background: linear-gradient(135deg, #2946ff, #9B29FF);