#4635cc
a balanced, vivid blue · warm · closest name: navy
RGB
70, 53, 204
HSL
247°, 60%, 50%
CMYK
66, 74, 0, 20
Luminance
0.0821
Every format
| HEX | #4635cc |
| RGB | rgb(70, 53, 204) |
| HSL | hsl(247, 60%, 50%) |
| CMYK | cmyk(66%, 74%, 0%, 20%) |
| LAB | lab(34.4 51.1 -75.1) |
| LCH | lch(34.4 90.8 304.2) |
| OKLCH | oklch(0.457 0.219 278.3) |
Copy-ready code
/* CSS */
color: #4635cc;
background-color: #4635cc;
/* Tailwind (arbitrary) */
class="text-[#4635cc] bg-[#4635cc]"
/* SCSS */
$brand: #4635cc;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.800)
/* Android */
Color.parseColor("#4635cc")Accessibility — WCAG contrast
Aa
#4635cc on white: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4635cc on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue80.0%
CMYK percentages
Cyan65.7%
Magenta74.0%
Yellow0.0%
Key (black)20.0%
Color previews
#4635cc text on a black background
contrast 2.64:1
Card sample
#4635cc text on a white background
contrast 7.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4635cc;
Background color
Panel with #4635cc background
background-color: #4635cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4635cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4635cc; background: linear-gradient(135deg, #4635cc, #AB35CC);