#6969c9
a balanced, vivid blue · warm · closest name: slateblue
RGB
105, 105, 201
HSL
240°, 47%, 60%
CMYK
48, 48, 0, 21
Luminance
0.1732
Every format
| HEX | #6969c9 |
| RGB | rgb(105, 105, 201) |
| HSL | hsl(240, 47%, 60%) |
| CMYK | cmyk(48%, 48%, 0%, 21%) |
| LAB | lab(48.7 25.5 -50.1) |
| LCH | lch(48.7 56.3 297.0) |
| OKLCH | oklch(0.568 0.145 280.7) |
Copy-ready code
/* CSS */
color: #6969c9;
background-color: #6969c9;
/* Tailwind (arbitrary) */
class="text-[#6969c9] bg-[#6969c9]"
/* SCSS */
$brand: #6969c9;
/* SwiftUI */
Color(red: 0.412, green: 0.412, blue: 0.788)
/* Android */
Color.parseColor("#6969c9")Accessibility — WCAG contrast
Aa
#6969c9 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6969c9 on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green41.2%
Blue78.8%
CMYK percentages
Cyan47.8%
Magenta47.8%
Yellow0.0%
Key (black)21.2%
Color previews
#6969c9 text on a black background
contrast 4.46:1
Card sample
#6969c9 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6969c9;
Background color
Panel with #6969c9 background
background-color: #6969c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6969c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 105, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 105, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6969c9; background: linear-gradient(135deg, #6969c9, #A969C9);