#697ffc
a light, electric blue · warm · closest name: royalblue
RGB
105, 127, 252
HSL
231°, 96%, 70%
CMYK
58, 50, 0, 1
Luminance
0.2521
Every format
| HEX | #697ffc |
| RGB | rgb(105, 127, 252) |
| HSL | hsl(231, 96%, 70%) |
| CMYK | cmyk(58%, 50%, 0%, 1%) |
| LAB | lab(57.3 28.3 -65.0) |
| LCH | lch(57.3 70.9 293.5) |
| OKLCH | oklch(0.642 0.186 272.6) |
Copy-ready code
/* CSS */
color: #697ffc;
background-color: #697ffc;
/* Tailwind (arbitrary) */
class="text-[#697ffc] bg-[#697ffc]"
/* SCSS */
$brand: #697ffc;
/* SwiftUI */
Color(red: 0.412, green: 0.498, blue: 0.988)
/* Android */
Color.parseColor("#697ffc")Accessibility — WCAG contrast
Aa
#697ffc on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697ffc on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green49.8%
Blue98.8%
CMYK percentages
Cyan58.3%
Magenta49.6%
Yellow0.0%
Key (black)1.2%
Color previews
#697ffc text on a black background
contrast 6.04:1
Card sample
#697ffc text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697ffc;
Background color
Panel with #697ffc background
background-color: #697ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 127, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 127, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697ffc; background: linear-gradient(135deg, #697ffc, #B569FC);