#6c69ff
a light, electric blue · warm · closest name: slateblue
RGB
108, 105, 255
HSL
241°, 100%, 71%
CMYK
58, 59, 0, 0
Luminance
0.2051
Every format
| HEX | #6c69ff |
| RGB | rgb(108, 105, 255) |
| HSL | hsl(241, 100%, 71%) |
| CMYK | cmyk(58%, 59%, 0%, 0%) |
| LAB | lab(52.4 42.8 -74.5) |
| LCH | lch(52.4 85.9 299.9) |
| OKLCH | oklch(0.607 0.216 278.7) |
Copy-ready code
/* CSS */
color: #6c69ff;
background-color: #6c69ff;
/* Tailwind (arbitrary) */
class="text-[#6c69ff] bg-[#6c69ff]"
/* SCSS */
$brand: #6c69ff;
/* SwiftUI */
Color(red: 0.424, green: 0.412, blue: 1.000)
/* Android */
Color.parseColor("#6c69ff")Accessibility — WCAG contrast
Aa
#6c69ff on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6c69ff on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green41.2%
Blue100.0%
CMYK percentages
Cyan57.6%
Magenta58.8%
Yellow0.0%
Key (black)0.0%
Color previews
#6c69ff text on a black background
contrast 5.10:1
Card sample
#6c69ff text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c69ff;
Background color
Panel with #6c69ff background
background-color: #6c69ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c69ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 105, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 105, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c69ff; background: linear-gradient(135deg, #6c69ff, #D069FF);