#3535cd
a balanced, vivid blue · warm · closest name: navy
RGB
53, 53, 205
HSL
240°, 60%, 51%
CMYK
74, 74, 0, 20
Luminance
0.0771
Every format
| HEX | #3535cd |
| RGB | rgb(53, 53, 205) |
| HSL | hsl(240, 60%, 51%) |
| CMYK | cmyk(74%, 74%, 0%, 20%) |
| LAB | lab(33.4 49.7 -77.5) |
| LCH | lch(33.4 92.1 302.7) |
| OKLCH | oklch(0.447 0.225 272.6) |
Copy-ready code
/* CSS */
color: #3535cd;
background-color: #3535cd;
/* Tailwind (arbitrary) */
class="text-[#3535cd] bg-[#3535cd]"
/* SCSS */
$brand: #3535cd;
/* SwiftUI */
Color(red: 0.208, green: 0.208, blue: 0.804)
/* Android */
Color.parseColor("#3535cd")Accessibility — WCAG contrast
Aa
#3535cd on white: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3535cd on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green20.8%
Blue80.4%
CMYK percentages
Cyan74.1%
Magenta74.1%
Yellow0.0%
Key (black)19.6%
Color previews
#3535cd text on a black background
contrast 2.54:1
Card sample
#3535cd text on a white background
contrast 8.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3535cd;
Background color
Panel with #3535cd background
background-color: #3535cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3535cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 53, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 53, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3535cd; background: linear-gradient(135deg, #3535cd, #9A35CD);