#697bfd
a light, electric blue · warm · closest name: royalblue
RGB
105, 123, 253
HSL
233°, 97%, 70%
CMYK
59, 51, 0, 1
Luminance
0.2426
Every format
| HEX | #697bfd |
| RGB | rgb(105, 123, 253) |
| HSL | hsl(233, 97%, 70%) |
| CMYK | cmyk(59%, 51%, 0%, 1%) |
| LAB | lab(56.4 31.0 -67.0) |
| LCH | lch(56.4 73.8 294.8) |
| OKLCH | oklch(0.636 0.192 273.7) |
Copy-ready code
/* CSS */
color: #697bfd;
background-color: #697bfd;
/* Tailwind (arbitrary) */
class="text-[#697bfd] bg-[#697bfd]"
/* SCSS */
$brand: #697bfd;
/* SwiftUI */
Color(red: 0.412, green: 0.482, blue: 0.992)
/* Android */
Color.parseColor("#697bfd")Accessibility — WCAG contrast
Aa
#697bfd on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697bfd on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green48.2%
Blue99.2%
CMYK percentages
Cyan58.5%
Magenta51.4%
Yellow0.0%
Key (black)0.8%
Color previews
#697bfd text on a black background
contrast 5.85:1
Card sample
#697bfd text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697bfd;
Background color
Panel with #697bfd background
background-color: #697bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 123, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 123, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697bfd; background: linear-gradient(135deg, #697bfd, #BA69FD);