#2829df
a balanced, vivid blue · warm · closest name: blue
RGB
40, 41, 223
HSL
240°, 74%, 52%
CMYK
82, 82, 0, 13
Luminance
0.0736
Every format
| HEX | #2829df |
| RGB | rgb(40, 41, 223) |
| HSL | hsl(240, 74%, 52%) |
| CMYK | cmyk(82%, 82%, 0%, 13%) |
| LAB | lab(32.6 60.5 -89.1) |
| LCH | lch(32.6 107.8 304.2) |
| OKLCH | oklch(0.446 0.258 269.2) |
Copy-ready code
/* CSS */
color: #2829df;
background-color: #2829df;
/* Tailwind (arbitrary) */
class="text-[#2829df] bg-[#2829df]"
/* SCSS */
$brand: #2829df;
/* SwiftUI */
Color(red: 0.157, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#2829df")Accessibility — WCAG contrast
Aa
#2829df on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2829df on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.1%
Blue87.5%
CMYK percentages
Cyan82.1%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#2829df text on a black background
contrast 2.47:1
Card sample
#2829df text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2829df;
Background color
Panel with #2829df background
background-color: #2829df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2829df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2829df; background: linear-gradient(135deg, #2829df, #A128DF);