#697fd4
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
105, 127, 212
HSL
228°, 55%, 62%
CMYK
51, 40, 0, 17
Luminance
0.2294
Every format
| HEX | #697fd4 |
| RGB | rgb(105, 127, 212) |
| HSL | hsl(228, 55%, 62%) |
| CMYK | cmyk(51%, 40%, 0%, 17%) |
| LAB | lab(55.0 15.6 -46.3) |
| LCH | lch(55.0 48.8 288.6) |
| OKLCH | oklch(0.618 0.131 271.2) |
Copy-ready code
/* CSS */
color: #697fd4;
background-color: #697fd4;
/* Tailwind (arbitrary) */
class="text-[#697fd4] bg-[#697fd4]"
/* SCSS */
$brand: #697fd4;
/* SwiftUI */
Color(red: 0.412, green: 0.498, blue: 0.831)
/* Android */
Color.parseColor("#697fd4")Accessibility — WCAG contrast
Aa
#697fd4 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697fd4 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green49.8%
Blue83.1%
CMYK percentages
Cyan50.5%
Magenta40.1%
Yellow0.0%
Key (black)16.9%
Color previews
#697fd4 text on a black background
contrast 5.59:1
Card sample
#697fd4 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697fd4;
Background color
Panel with #697fd4 background
background-color: #697fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 127, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 127, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697fd4; background: linear-gradient(135deg, #697fd4, #9B69D4);