#3533ff
a balanced, electric blue · warm · closest name: blue
RGB
53, 51, 255
HSL
241°, 100%, 60%
CMYK
79, 80, 0, 0
Luminance
0.1034
Every format
| HEX | #3533ff |
| RGB | rgb(53, 51, 255) |
| HSL | hsl(241, 100%, 60%) |
| CMYK | cmyk(79%, 80%, 0%, 0%) |
| LAB | lab(38.5 66.1 -97.6) |
| LCH | lch(38.5 117.8 304.1) |
| OKLCH | oklch(0.498 0.282 270.2) |
Copy-ready code
/* CSS */
color: #3533ff;
background-color: #3533ff;
/* Tailwind (arbitrary) */
class="text-[#3533ff] bg-[#3533ff]"
/* SCSS */
$brand: #3533ff;
/* SwiftUI */
Color(red: 0.208, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#3533ff")Accessibility — WCAG contrast
Aa
#3533ff on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3533ff on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green20.0%
Blue100.0%
CMYK percentages
Cyan79.2%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#3533ff text on a black background
contrast 3.07:1
Card sample
#3533ff text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3533ff;
Background color
Panel with #3533ff background
background-color: #3533ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3533ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3533ff; background: linear-gradient(135deg, #3533ff, #BD33FF);