#696cd3
a balanced, vivid blue · warm · closest name: slateblue
RGB
105, 108, 211
HSL
238°, 55%, 62%
CMYK
50, 49, 0, 17
Luminance
0.1843
Every format
| HEX | #696cd3 |
| RGB | rgb(105, 108, 211) |
| HSL | hsl(238, 55%, 62%) |
| CMYK | cmyk(50%, 49%, 0%, 17%) |
| LAB | lab(50.0 26.8 -53.7) |
| LCH | lch(50.0 60.0 296.5) |
| OKLCH | oklch(0.580 0.155 279.1) |
Copy-ready code
/* CSS */
color: #696cd3;
background-color: #696cd3;
/* Tailwind (arbitrary) */
class="text-[#696cd3] bg-[#696cd3]"
/* SCSS */
$brand: #696cd3;
/* SwiftUI */
Color(red: 0.412, green: 0.424, blue: 0.827)
/* Android */
Color.parseColor("#696cd3")Accessibility — WCAG contrast
Aa
#696cd3 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#696cd3 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green42.4%
Blue82.7%
CMYK percentages
Cyan50.2%
Magenta48.8%
Yellow0.0%
Key (black)17.3%
Color previews
#696cd3 text on a black background
contrast 4.69:1
Card sample
#696cd3 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #696cd3;
Background color
Panel with #696cd3 background
background-color: #696cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #696cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 108, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 108, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #696cd3; background: linear-gradient(135deg, #696cd3, #AD69D3);