#2829fc
a balanced, electric blue · warm · closest name: blue
RGB
40, 41, 252
HSL
240°, 97%, 57%
CMYK
84, 84, 0, 1
Luminance
0.0907
Every format
| HEX | #2829fc |
| RGB | rgb(40, 41, 252) |
| HSL | hsl(240, 97%, 57%) |
| CMYK | cmyk(84%, 84%, 0%, 1%) |
| LAB | lab(36.1 69.0 -99.8) |
| LCH | lch(36.1 121.3 304.6) |
| OKLCH | oklch(0.479 0.289 268.2) |
Copy-ready code
/* CSS */
color: #2829fc;
background-color: #2829fc;
/* Tailwind (arbitrary) */
class="text-[#2829fc] bg-[#2829fc]"
/* SCSS */
$brand: #2829fc;
/* SwiftUI */
Color(red: 0.157, green: 0.161, blue: 0.988)
/* Android */
Color.parseColor("#2829fc")Accessibility — WCAG contrast
Aa
#2829fc on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2829fc on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.1%
Blue98.8%
CMYK percentages
Cyan84.1%
Magenta83.7%
Yellow0.0%
Key (black)1.2%
Color previews
#2829fc text on a black background
contrast 2.81:1
Card sample
#2829fc text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2829fc;
Background color
Panel with #2829fc background
background-color: #2829fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2829fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 41, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 41, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2829fc; background: linear-gradient(135deg, #2829fc, #B428FC);