#3829f0
a balanced, electric blue · warm · closest name: blue
RGB
56, 41, 240
HSL
245°, 87%, 55%
CMYK
77, 83, 0, 6
Luminance
0.0872
Every format
| HEX | #3829f0 |
| RGB | rgb(56, 41, 240) |
| HSL | hsl(245, 87%, 55%) |
| CMYK | cmyk(77%, 83%, 0%, 6%) |
| LAB | lab(35.4 66.2 -94.1) |
| LCH | lch(35.4 115.1 305.1) |
| OKLCH | oklch(0.473 0.273 272.1) |
Copy-ready code
/* CSS */
color: #3829f0;
background-color: #3829f0;
/* Tailwind (arbitrary) */
class="text-[#3829f0] bg-[#3829f0]"
/* SCSS */
$brand: #3829f0;
/* SwiftUI */
Color(red: 0.220, green: 0.161, blue: 0.941)
/* Android */
Color.parseColor("#3829f0")Accessibility — WCAG contrast
Aa
#3829f0 on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3829f0 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green16.1%
Blue94.1%
CMYK percentages
Cyan76.7%
Magenta82.9%
Yellow0.0%
Key (black)5.9%
Color previews
#3829f0 text on a black background
contrast 2.74:1
Card sample
#3829f0 text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3829f0;
Background color
Panel with #3829f0 background
background-color: #3829f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3829f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 41, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 41, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3829f0; background: linear-gradient(135deg, #3829f0, #BD29F0);