#695ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
105, 90, 222
HSL
247°, 67%, 61%
CMYK
53, 60, 0, 13
Luminance
0.1559
Every format
| HEX | #695ade |
| RGB | rgb(105, 90, 222) |
| HSL | hsl(247, 67%, 61%) |
| CMYK | cmyk(53%, 60%, 0%, 13%) |
| LAB | lab(46.4 41.0 -65.7) |
| LCH | lch(46.4 77.4 301.9) |
| OKLCH | oklch(0.555 0.194 283.3) |
Copy-ready code
/* CSS */
color: #695ade;
background-color: #695ade;
/* Tailwind (arbitrary) */
class="text-[#695ade] bg-[#695ade]"
/* SCSS */
$brand: #695ade;
/* SwiftUI */
Color(red: 0.412, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#695ade")Accessibility — WCAG contrast
Aa
#695ade on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#695ade on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green35.3%
Blue87.1%
CMYK percentages
Cyan52.7%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#695ade text on a black background
contrast 4.12:1
Card sample
#695ade text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #695ade;
Background color
Panel with #695ade background
background-color: #695ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #695ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #695ade; background: linear-gradient(135deg, #695ade, #C15ADE);