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