#3530df
a balanced, vivid blue · warm · closest name: blue
RGB
53, 48, 223
HSL
242°, 73%, 53%
CMYK
76, 79, 0, 13
Luminance
0.0820
Every format
| HEX | #3530df |
| RGB | rgb(53, 48, 223) |
| HSL | hsl(242, 73%, 53%) |
| CMYK | cmyk(76%, 79%, 0%, 13%) |
| LAB | lab(34.4 58.0 -86.2) |
| LCH | lch(34.4 103.9 303.9) |
| OKLCH | oklch(0.460 0.250 272.0) |
Copy-ready code
/* CSS */
color: #3530df;
background-color: #3530df;
/* Tailwind (arbitrary) */
class="text-[#3530df] bg-[#3530df]"
/* SCSS */
$brand: #3530df;
/* SwiftUI */
Color(red: 0.208, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#3530df")Accessibility — WCAG contrast
Aa
#3530df on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3530df on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green18.8%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#3530df text on a black background
contrast 2.64:1
Card sample
#3530df text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3530df;
Background color
Panel with #3530df background
background-color: #3530df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3530df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3530df; background: linear-gradient(135deg, #3530df, #AA30DF);