#692dfd
a balanced, electric violet · warm · closest name: blue
RGB
105, 45, 253
HSL
257°, 98%, 58%
CMYK
59, 82, 0, 1
Luminance
0.1197
Every format
| HEX | #692dfd |
| RGB | rgb(105, 45, 253) |
| HSL | hsl(257, 98%, 58%) |
| CMYK | cmyk(59%, 82%, 0%, 1%) |
| LAB | lab(41.2 71.7 -91.8) |
| LCH | lch(41.2 116.5 308.0) |
| OKLCH | oklch(0.526 0.274 285.1) |
Copy-ready code
/* CSS */
color: #692dfd;
background-color: #692dfd;
/* Tailwind (arbitrary) */
class="text-[#692dfd] bg-[#692dfd]"
/* SCSS */
$brand: #692dfd;
/* SwiftUI */
Color(red: 0.412, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#692dfd")Accessibility — WCAG contrast
Aa
#692dfd on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#692dfd on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green17.6%
Blue99.2%
CMYK percentages
Cyan58.5%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#692dfd text on a black background
contrast 3.39:1
Card sample
#692dfd text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #692dfd;
Background color
Panel with #692dfd background
background-color: #692dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #692dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #692dfd; background: linear-gradient(135deg, #692dfd, #F42DFD);