#692afd
a balanced, electric violet · warm · closest name: blue
RGB
105, 42, 253
HSL
258°, 98%, 58%
CMYK
59, 83, 0, 1
Luminance
0.1175
Every format
| HEX | #692afd |
| RGB | rgb(105, 42, 253) |
| HSL | hsl(258, 98%, 58%) |
| CMYK | cmyk(59%, 83%, 0%, 1%) |
| LAB | lab(40.8 72.8 -92.4) |
| LCH | lch(40.8 117.6 308.2) |
| OKLCH | oklch(0.523 0.276 285.3) |
Copy-ready code
/* CSS */
color: #692afd;
background-color: #692afd;
/* Tailwind (arbitrary) */
class="text-[#692afd] bg-[#692afd]"
/* SCSS */
$brand: #692afd;
/* SwiftUI */
Color(red: 0.412, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#692afd")Accessibility — WCAG contrast
Aa
#692afd on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#692afd on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green16.5%
Blue99.2%
CMYK percentages
Cyan58.5%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#692afd text on a black background
contrast 3.35:1
Card sample
#692afd text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #692afd;
Background color
Panel with #692afd background
background-color: #692afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #692afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #692afd; background: linear-gradient(135deg, #692afd, #F62AFD);