#3835b2
a balanced, vivid blue · warm · closest name: slateblue
RGB
56, 53, 178
HSL
241°, 54%, 45%
CMYK
69, 70, 0, 30
Luminance
0.0660
Every format
| HEX | #3835b2 |
| RGB | rgb(56, 53, 178) |
| HSL | hsl(241, 54%, 45%) |
| CMYK | cmyk(69%, 70%, 0%, 30%) |
| LAB | lab(30.9 41.1 -65.7) |
| LCH | lch(30.9 77.5 302.1) |
| OKLCH | oklch(0.421 0.191 275.5) |
Copy-ready code
/* CSS */
color: #3835b2;
background-color: #3835b2;
/* Tailwind (arbitrary) */
class="text-[#3835b2] bg-[#3835b2]"
/* SCSS */
$brand: #3835b2;
/* SwiftUI */
Color(red: 0.220, green: 0.208, blue: 0.698)
/* Android */
Color.parseColor("#3835b2")Accessibility — WCAG contrast
Aa
#3835b2 on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3835b2 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green20.8%
Blue69.8%
CMYK percentages
Cyan68.5%
Magenta70.2%
Yellow0.0%
Key (black)30.2%
Color previews
#3835b2 text on a black background
contrast 2.32:1
Card sample
#3835b2 text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3835b2;
Background color
Panel with #3835b2 background
background-color: #3835b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3835b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 53, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 53, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3835b2; background: linear-gradient(135deg, #3835b2, #8B35B2);