#6966bb
a balanced, soft blue · warm · closest name: slateblue
RGB
105, 102, 187
HSL
242°, 39%, 57%
CMYK
44, 46, 0, 27
Luminance
0.1609
Every format
| HEX | #6966bb |
| RGB | rgb(105, 102, 187) |
| HSL | hsl(242, 39%, 57%) |
| CMYK | cmyk(44%, 46%, 0%, 27%) |
| LAB | lab(47.1 23.1 -44.6) |
| LCH | lch(47.1 50.2 297.5) |
| OKLCH | oklch(0.553 0.129 282.9) |
Copy-ready code
/* CSS */
color: #6966bb;
background-color: #6966bb;
/* Tailwind (arbitrary) */
class="text-[#6966bb] bg-[#6966bb]"
/* SCSS */
$brand: #6966bb;
/* SwiftUI */
Color(red: 0.412, green: 0.400, blue: 0.733)
/* Android */
Color.parseColor("#6966bb")Accessibility — WCAG contrast
Aa
#6966bb on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6966bb on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green40.0%
Blue73.3%
CMYK percentages
Cyan43.9%
Magenta45.5%
Yellow0.0%
Key (black)26.7%
Color previews
#6966bb text on a black background
contrast 4.22:1
Card sample
#6966bb text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6966bb;
Background color
Panel with #6966bb background
background-color: #6966bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6966bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 102, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 102, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6966bb; background: linear-gradient(135deg, #6966bb, #A266BB);