#4635ff
a balanced, electric blue · warm · closest name: blue
RGB
70, 53, 255
HSL
245°, 100%, 60%
CMYK
73, 79, 0, 0
Luminance
0.1107
Every format
| HEX | #4635ff |
| RGB | rgb(70, 53, 255) |
| HSL | hsl(245, 100%, 60%) |
| CMYK | cmyk(73%, 79%, 0%, 0%) |
| LAB | lab(39.7 66.2 -95.5) |
| LCH | lch(39.7 116.2 304.7) |
| OKLCH | oklch(0.509 0.277 274.1) |
Copy-ready code
/* CSS */
color: #4635ff;
background-color: #4635ff;
/* Tailwind (arbitrary) */
class="text-[#4635ff] bg-[#4635ff]"
/* SCSS */
$brand: #4635ff;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 1.000)
/* Android */
Color.parseColor("#4635ff")Accessibility — WCAG contrast
Aa
#4635ff on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4635ff on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue100.0%
CMYK percentages
Cyan72.5%
Magenta79.2%
Yellow0.0%
Key (black)0.0%
Color previews
#4635ff text on a black background
contrast 3.21:1
Card sample
#4635ff text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4635ff;
Background color
Panel with #4635ff background
background-color: #4635ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4635ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4635ff; background: linear-gradient(135deg, #4635ff, #CD35FF);