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