#4635fc
a balanced, electric blue · warm · closest name: blue
RGB
70, 53, 252
HSL
245°, 97%, 60%
CMYK
72, 79, 0, 1
Luminance
0.1088
Every format
| HEX | #4635fc |
| RGB | rgb(70, 53, 252) |
| HSL | hsl(245, 97%, 60%) |
| CMYK | cmyk(72%, 79%, 0%, 1%) |
| LAB | lab(39.4 65.3 -94.3) |
| LCH | lch(39.4 114.8 304.7) |
| OKLCH | oklch(0.506 0.274 274.3) |
Copy-ready code
/* CSS */
color: #4635fc;
background-color: #4635fc;
/* Tailwind (arbitrary) */
class="text-[#4635fc] bg-[#4635fc]"
/* SCSS */
$brand: #4635fc;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.988)
/* Android */
Color.parseColor("#4635fc")Accessibility — WCAG contrast
Aa
#4635fc on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4635fc on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue98.8%
CMYK percentages
Cyan72.2%
Magenta79.0%
Yellow0.0%
Key (black)1.2%
Color previews
#4635fc text on a black background
contrast 3.18:1
Card sample
#4635fc text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4635fc;
Background color
Panel with #4635fc background
background-color: #4635fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4635fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4635fc; background: linear-gradient(135deg, #4635fc, #CB35FC);