#693ef1
a balanced, electric blue · warm · closest name: blue
RGB
105, 62, 241
HSL
254°, 87%, 59%
CMYK
56, 74, 0, 6
Luminance
0.1280
Every format
| HEX | #693ef1 |
| RGB | rgb(105, 62, 241) |
| HSL | hsl(254, 87%, 59%) |
| CMYK | cmyk(56%, 74%, 0%, 6%) |
| LAB | lab(42.5 61.5 -83.0) |
| LCH | lch(42.5 103.3 306.6) |
| OKLCH | oklch(0.531 0.248 285.3) |
Copy-ready code
/* CSS */
color: #693ef1;
background-color: #693ef1;
/* Tailwind (arbitrary) */
class="text-[#693ef1] bg-[#693ef1]"
/* SCSS */
$brand: #693ef1;
/* SwiftUI */
Color(red: 0.412, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#693ef1")Accessibility — WCAG contrast
Aa
#693ef1 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#693ef1 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green24.3%
Blue94.5%
CMYK percentages
Cyan56.4%
Magenta74.3%
Yellow0.0%
Key (black)5.5%
Color previews
#693ef1 text on a black background
contrast 3.56:1
Card sample
#693ef1 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #693ef1;
Background color
Panel with #693ef1 background
background-color: #693ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #693ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #693ef1; background: linear-gradient(135deg, #693ef1, #E03EF1);