#635df2
a light, electric blue · warm · closest name: slateblue
RGB
99, 93, 242
HSL
242°, 85%, 66%
CMYK
59, 62, 0, 5
Luminance
0.1689
Every format
| HEX | #635df2 |
| RGB | rgb(99, 93, 242) |
| HSL | hsl(242, 85%, 66%) |
| CMYK | cmyk(59%, 62%, 0%, 5%) |
| LAB | lab(48.1 44.3 -74.3) |
| LCH | lch(48.1 86.5 300.8) |
| OKLCH | oklch(0.571 0.216 278.8) |
Copy-ready code
/* CSS */
color: #635df2;
background-color: #635df2;
/* Tailwind (arbitrary) */
class="text-[#635df2] bg-[#635df2]"
/* SCSS */
$brand: #635df2;
/* SwiftUI */
Color(red: 0.388, green: 0.365, blue: 0.949)
/* Android */
Color.parseColor("#635df2")Accessibility — WCAG contrast
Aa
#635df2 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#635df2 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green36.5%
Blue94.9%
CMYK percentages
Cyan59.1%
Magenta61.6%
Yellow0.0%
Key (black)5.1%
Color previews
#635df2 text on a black background
contrast 4.38:1
Card sample
#635df2 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #635df2;
Background color
Panel with #635df2 background
background-color: #635df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #635df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 93, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 93, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #635df2; background: linear-gradient(135deg, #635df2, #C65DF2);