#3533df
a balanced, vivid blue · warm · closest name: navy
RGB
53, 51, 223
HSL
241°, 73%, 54%
CMYK
76, 77, 0, 13
Luminance
0.0845
Every format
| HEX | #3533df |
| RGB | rgb(53, 51, 223) |
| HSL | hsl(241, 73%, 54%) |
| CMYK | cmyk(76%, 77%, 0%, 13%) |
| LAB | lab(34.9 56.5 -85.3) |
| LCH | lch(34.9 102.3 303.5) |
| OKLCH | oklch(0.463 0.247 271.8) |
Copy-ready code
/* CSS */
color: #3533df;
background-color: #3533df;
/* Tailwind (arbitrary) */
class="text-[#3533df] bg-[#3533df]"
/* SCSS */
$brand: #3533df;
/* SwiftUI */
Color(red: 0.208, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#3533df")Accessibility — WCAG contrast
Aa
#3533df on white: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3533df on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green20.0%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#3533df text on a black background
contrast 2.69:1
Card sample
#3533df text on a white background
contrast 7.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3533df;
Background color
Panel with #3533df background
background-color: #3533df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3533df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3533df; background: linear-gradient(135deg, #3533df, #A833DF);