#692fdf
a balanced, vivid violet · warm · closest name: blue
RGB
105, 47, 223
HSL
260°, 73%, 53%
CMYK
53, 79, 0, 13
Luminance
0.1036
Every format
| HEX | #692fdf |
| RGB | rgb(105, 47, 223) |
| HSL | hsl(260, 73%, 53%) |
| CMYK | cmyk(53%, 79%, 0%, 13%) |
| LAB | lab(38.5 63.3 -79.3) |
| LCH | lch(38.5 101.5 308.6) |
| OKLCH | oklch(0.499 0.242 289.4) |
Copy-ready code
/* CSS */
color: #692fdf;
background-color: #692fdf;
/* Tailwind (arbitrary) */
class="text-[#692fdf] bg-[#692fdf]"
/* SCSS */
$brand: #692fdf;
/* SwiftUI */
Color(red: 0.412, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#692fdf")Accessibility — WCAG contrast
Aa
#692fdf on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#692fdf on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green18.4%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#692fdf text on a black background
contrast 3.07:1
Card sample
#692fdf text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #692fdf;
Background color
Panel with #692fdf background
background-color: #692fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #692fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #692fdf; background: linear-gradient(135deg, #692fdf, #DE2FDF);