#692df0
a balanced, electric violet · warm · closest name: blue
RGB
105, 45, 240
HSL
259°, 87%, 56%
CMYK
56, 81, 0, 6
Luminance
0.1117
Every format
| HEX | #692df0 |
| RGB | rgb(105, 45, 240) |
| HSL | hsl(259, 87%, 56%) |
| CMYK | cmyk(56%, 81%, 0%, 6%) |
| LAB | lab(39.9 68.5 -86.7) |
| LCH | lch(39.9 110.4 308.3) |
| OKLCH | oklch(0.513 0.261 286.9) |
Copy-ready code
/* CSS */
color: #692df0;
background-color: #692df0;
/* Tailwind (arbitrary) */
class="text-[#692df0] bg-[#692df0]"
/* SCSS */
$brand: #692df0;
/* SwiftUI */
Color(red: 0.412, green: 0.176, blue: 0.941)
/* Android */
Color.parseColor("#692df0")Accessibility — WCAG contrast
Aa
#692df0 on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#692df0 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green17.6%
Blue94.1%
CMYK percentages
Cyan56.3%
Magenta81.3%
Yellow0.0%
Key (black)5.9%
Color previews
#692df0 text on a black background
contrast 3.23:1
Card sample
#692df0 text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #692df0;
Background color
Panel with #692df0 background
background-color: #692df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #692df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 45, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 45, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #692df0; background: linear-gradient(135deg, #692df0, #EB2DF0);