#6966ff
a light, electric blue · warm · closest name: slateblue
RGB
105, 102, 255
HSL
241°, 100%, 70%
CMYK
59, 60, 0, 0
Luminance
0.1973
Every format
| HEX | #6966ff |
| RGB | rgb(105, 102, 255) |
| HSL | hsl(241, 100%, 70%) |
| CMYK | cmyk(59%, 60%, 0%, 0%) |
| LAB | lab(51.5 44.1 -76.0) |
| LCH | lch(51.5 87.8 300.1) |
| OKLCH | oklch(0.600 0.221 278.3) |
Copy-ready code
/* CSS */
color: #6966ff;
background-color: #6966ff;
/* Tailwind (arbitrary) */
class="text-[#6966ff] bg-[#6966ff]"
/* SCSS */
$brand: #6966ff;
/* SwiftUI */
Color(red: 0.412, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#6966ff")Accessibility — WCAG contrast
Aa
#6966ff on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6966ff on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green40.0%
Blue100.0%
CMYK percentages
Cyan58.8%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#6966ff text on a black background
contrast 4.95:1
Card sample
#6966ff text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6966ff;
Background color
Panel with #6966ff background
background-color: #6966ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6966ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6966ff; background: linear-gradient(135deg, #6966ff, #CF66FF);