#697fd9
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
105, 127, 217
HSL
228°, 60%, 63%
CMYK
52, 42, 0, 15
Luminance
0.2319
Every format
| HEX | #697fd9 |
| RGB | rgb(105, 127, 217) |
| HSL | hsl(228, 60%, 63%) |
| CMYK | cmyk(52%, 42%, 0%, 15%) |
| LAB | lab(55.3 17.1 -48.7) |
| LCH | lch(55.3 51.6 289.4) |
| OKLCH | oklch(0.621 0.138 271.5) |
Copy-ready code
/* CSS */
color: #697fd9;
background-color: #697fd9;
/* Tailwind (arbitrary) */
class="text-[#697fd9] bg-[#697fd9]"
/* SCSS */
$brand: #697fd9;
/* SwiftUI */
Color(red: 0.412, green: 0.498, blue: 0.851)
/* Android */
Color.parseColor("#697fd9")Accessibility — WCAG contrast
Aa
#697fd9 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697fd9 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green49.8%
Blue85.1%
CMYK percentages
Cyan51.6%
Magenta41.5%
Yellow0.0%
Key (black)14.9%
Color previews
#697fd9 text on a black background
contrast 5.64:1
Card sample
#697fd9 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697fd9;
Background color
Panel with #697fd9 background
background-color: #697fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 127, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 127, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697fd9; background: linear-gradient(135deg, #697fd9, #9E69D9);