#693eee
a balanced, electric blue · warm · closest name: blue
RGB
105, 62, 238
HSL
255°, 84%, 59%
CMYK
56, 74, 0, 7
Luminance
0.1262
Every format
| HEX | #693eee |
| RGB | rgb(105, 62, 238) |
| HSL | hsl(255, 84%, 59%) |
| CMYK | cmyk(56%, 74%, 0%, 7%) |
| LAB | lab(42.2 60.7 -81.7) |
| LCH | lch(42.2 101.8 306.6) |
| OKLCH | oklch(0.529 0.244 285.7) |
Copy-ready code
/* CSS */
color: #693eee;
background-color: #693eee;
/* Tailwind (arbitrary) */
class="text-[#693eee] bg-[#693eee]"
/* SCSS */
$brand: #693eee;
/* SwiftUI */
Color(red: 0.412, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#693eee")Accessibility — WCAG contrast
Aa
#693eee on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#693eee on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green24.3%
Blue93.3%
CMYK percentages
Cyan55.9%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#693eee text on a black background
contrast 3.52:1
Card sample
#693eee text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #693eee;
Background color
Panel with #693eee background
background-color: #693eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #693eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #693eee; background: linear-gradient(135deg, #693eee, #DE3EEE);