#696acf
a balanced, vivid blue · warm · closest name: slateblue
RGB
105, 106, 207
HSL
239°, 52%, 61%
CMYK
49, 49, 0, 19
Luminance
0.1782
Every format
| HEX | #696acf |
| RGB | rgb(105, 106, 207) |
| HSL | hsl(239, 52%, 61%) |
| CMYK | cmyk(49%, 49%, 0%, 19%) |
| LAB | lab(49.3 26.8 -52.6) |
| LCH | lch(49.3 59.0 297.0) |
| OKLCH | oklch(0.573 0.152 280.0) |
Copy-ready code
/* CSS */
color: #696acf;
background-color: #696acf;
/* Tailwind (arbitrary) */
class="text-[#696acf] bg-[#696acf]"
/* SCSS */
$brand: #696acf;
/* SwiftUI */
Color(red: 0.412, green: 0.416, blue: 0.812)
/* Android */
Color.parseColor("#696acf")Accessibility — WCAG contrast
Aa
#696acf on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#696acf on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green41.6%
Blue81.2%
CMYK percentages
Cyan49.3%
Magenta48.8%
Yellow0.0%
Key (black)18.8%
Color previews
#696acf text on a black background
contrast 4.56:1
Card sample
#696acf text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #696acf;
Background color
Panel with #696acf background
background-color: #696acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #696acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 106, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 106, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #696acf; background: linear-gradient(135deg, #696acf, #AC69CF);