#4635ef
a balanced, electric blue · warm · closest name: blue
RGB
70, 53, 239
HSL
246°, 85%, 57%
CMYK
71, 78, 0, 6
Luminance
0.1008
Every format
| HEX | #4635ef |
| RGB | rgb(70, 53, 239) |
| HSL | hsl(246, 85%, 57%) |
| CMYK | cmyk(71%, 78%, 0%, 6%) |
| LAB | lab(38.0 61.6 -89.3) |
| LCH | lch(38.0 108.5 304.6) |
| OKLCH | oklch(0.492 0.259 275.2) |
Copy-ready code
/* CSS */
color: #4635ef;
background-color: #4635ef;
/* Tailwind (arbitrary) */
class="text-[#4635ef] bg-[#4635ef]"
/* SCSS */
$brand: #4635ef;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.937)
/* Android */
Color.parseColor("#4635ef")Accessibility — WCAG contrast
Aa
#4635ef on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4635ef on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue93.7%
CMYK percentages
Cyan70.7%
Magenta77.8%
Yellow0.0%
Key (black)6.3%
Color previews
#4635ef text on a black background
contrast 3.02:1
Card sample
#4635ef text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4635ef;
Background color
Panel with #4635ef background
background-color: #4635ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4635ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4635ef; background: linear-gradient(135deg, #4635ef, #C235EF);