#696bfd
a light, electric blue · warm · closest name: royalblue
RGB
105, 107, 253
HSL
239°, 97%, 70%
CMYK
59, 58, 0, 1
Luminance
0.2061
Every format
| HEX | #696bfd |
| RGB | rgb(105, 107, 253) |
| HSL | hsl(239, 97%, 70%) |
| CMYK | cmyk(59%, 58%, 0%, 1%) |
| LAB | lab(52.5 40.5 -73.2) |
| LCH | lch(52.5 83.7 299.0) |
| OKLCH | oklch(0.607 0.212 277.4) |
Copy-ready code
/* CSS */
color: #696bfd;
background-color: #696bfd;
/* Tailwind (arbitrary) */
class="text-[#696bfd] bg-[#696bfd]"
/* SCSS */
$brand: #696bfd;
/* SwiftUI */
Color(red: 0.412, green: 0.420, blue: 0.992)
/* Android */
Color.parseColor("#696bfd")Accessibility — WCAG contrast
Aa
#696bfd on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#696bfd on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green42.0%
Blue99.2%
CMYK percentages
Cyan58.5%
Magenta57.7%
Yellow0.0%
Key (black)0.8%
Color previews
#696bfd text on a black background
contrast 5.12:1
Card sample
#696bfd text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #696bfd;
Background color
Panel with #696bfd background
background-color: #696bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #696bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 107, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 107, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #696bfd; background: linear-gradient(135deg, #696bfd, #CA69FD);