#635ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
99, 90, 222
HSL
244°, 67%, 61%
CMYK
55, 60, 0, 13
Luminance
0.1524
Every format
| HEX | #635ade |
| RGB | rgb(99, 90, 222) |
| HSL | hsl(244, 67%, 61%) |
| CMYK | cmyk(55%, 60%, 0%, 13%) |
| LAB | lab(46.0 39.9 -66.5) |
| LCH | lch(46.0 77.5 300.9) |
| OKLCH | oklch(0.550 0.194 281.0) |
Copy-ready code
/* CSS */
color: #635ade;
background-color: #635ade;
/* Tailwind (arbitrary) */
class="text-[#635ade] bg-[#635ade]"
/* SCSS */
$brand: #635ade;
/* SwiftUI */
Color(red: 0.388, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#635ade")Accessibility — WCAG contrast
Aa
#635ade on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#635ade on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green35.3%
Blue87.1%
CMYK percentages
Cyan55.4%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#635ade text on a black background
contrast 4.05:1
Card sample
#635ade text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #635ade;
Background color
Panel with #635ade background
background-color: #635ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #635ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #635ade; background: linear-gradient(135deg, #635ade, #BB5ADE);