#6969eb
a light, electric blue · warm · closest name: slateblue
RGB
105, 105, 235
HSL
240°, 77%, 67%
CMYK
55, 55, 0, 8
Luminance
0.1910
Every format
| HEX | #6969eb |
| RGB | rgb(105, 105, 235) |
| HSL | hsl(240, 77%, 67%) |
| CMYK | cmyk(55%, 55%, 0%, 8%) |
| LAB | lab(50.8 36.1 -66.0) |
| LCH | lch(50.8 75.2 298.7) |
| OKLCH | oklch(0.590 0.191 278.8) |
Copy-ready code
/* CSS */
color: #6969eb;
background-color: #6969eb;
/* Tailwind (arbitrary) */
class="text-[#6969eb] bg-[#6969eb]"
/* SCSS */
$brand: #6969eb;
/* SwiftUI */
Color(red: 0.412, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#6969eb")Accessibility — WCAG contrast
Aa
#6969eb on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6969eb on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green41.2%
Blue92.2%
CMYK percentages
Cyan55.3%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#6969eb text on a black background
contrast 4.82:1
Card sample
#6969eb text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6969eb;
Background color
Panel with #6969eb background
background-color: #6969eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6969eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6969eb; background: linear-gradient(135deg, #6969eb, #C069EB);