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