#2929ff
a balanced, electric blue · warm · closest name: blue
RGB
41, 41, 255
HSL
240°, 100%, 58%
CMYK
84, 84, 0, 0
Luminance
0.0928
Every format
| HEX | #2929ff |
| RGB | rgb(41, 41, 255) |
| HSL | hsl(240, 100%, 58%) |
| CMYK | cmyk(84%, 84%, 0%, 0%) |
| LAB | lab(36.5 69.8 -100.8) |
| LCH | lch(36.5 122.6 304.7) |
| OKLCH | oklch(0.483 0.292 268.3) |
Copy-ready code
/* CSS */
color: #2929ff;
background-color: #2929ff;
/* Tailwind (arbitrary) */
class="text-[#2929ff] bg-[#2929ff]"
/* SCSS */
$brand: #2929ff;
/* SwiftUI */
Color(red: 0.161, green: 0.161, blue: 1.000)
/* Android */
Color.parseColor("#2929ff")Accessibility — WCAG contrast
Aa
#2929ff on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2929ff on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green16.1%
Blue100.0%
CMYK percentages
Cyan83.9%
Magenta83.9%
Yellow0.0%
Key (black)0.0%
Color previews
#2929ff text on a black background
contrast 2.86:1
Card sample
#2929ff text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2929ff;
Background color
Panel with #2929ff background
background-color: #2929ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2929ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 41, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 41, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2929ff; background: linear-gradient(135deg, #2929ff, #B829FF);