#697fd6
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
105, 127, 214
HSL
228°, 57%, 63%
CMYK
51, 41, 0, 16
Luminance
0.2304
Every format
| HEX | #697fd6 |
| RGB | rgb(105, 127, 214) |
| HSL | hsl(228, 57%, 63%) |
| CMYK | cmyk(51%, 41%, 0%, 16%) |
| LAB | lab(55.1 16.2 -47.3) |
| LCH | lch(55.1 50.0 288.9) |
| OKLCH | oklch(0.619 0.134 271.3) |
Copy-ready code
/* CSS */
color: #697fd6;
background-color: #697fd6;
/* Tailwind (arbitrary) */
class="text-[#697fd6] bg-[#697fd6]"
/* SCSS */
$brand: #697fd6;
/* SwiftUI */
Color(red: 0.412, green: 0.498, blue: 0.839)
/* Android */
Color.parseColor("#697fd6")Accessibility — WCAG contrast
Aa
#697fd6 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697fd6 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green49.8%
Blue83.9%
CMYK percentages
Cyan50.9%
Magenta40.7%
Yellow0.0%
Key (black)16.1%
Color previews
#697fd6 text on a black background
contrast 5.61:1
Card sample
#697fd6 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697fd6;
Background color
Panel with #697fd6 background
background-color: #697fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 127, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 127, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697fd6; background: linear-gradient(135deg, #697fd6, #9C69D6);