#692eee
a balanced, electric violet · warm · closest name: blue
RGB
105, 46, 238
HSL
258°, 85%, 56%
CMYK
56, 81, 0, 7
Luminance
0.1113
Every format
| HEX | #692eee |
| RGB | rgb(105, 46, 238) |
| HSL | hsl(258, 85%, 56%) |
| CMYK | cmyk(56%, 81%, 0%, 7%) |
| LAB | lab(39.8 67.6 -85.7) |
| LCH | lch(39.8 109.1 308.3) |
| OKLCH | oklch(0.512 0.258 287.2) |
Copy-ready code
/* CSS */
color: #692eee;
background-color: #692eee;
/* Tailwind (arbitrary) */
class="text-[#692eee] bg-[#692eee]"
/* SCSS */
$brand: #692eee;
/* SwiftUI */
Color(red: 0.412, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#692eee")Accessibility — WCAG contrast
Aa
#692eee on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#692eee on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green18.0%
Blue93.3%
CMYK percentages
Cyan55.9%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#692eee text on a black background
contrast 3.23:1
Card sample
#692eee text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #692eee;
Background color
Panel with #692eee background
background-color: #692eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #692eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #692eee; background: linear-gradient(135deg, #692eee, #E92EEE);