#697ace
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
105, 122, 206
HSL
230°, 51%, 61%
CMYK
49, 41, 0, 19
Luminance
0.2138
Every format
| HEX | #697ace |
| RGB | rgb(105, 122, 206) |
| HSL | hsl(230, 51%, 61%) |
| CMYK | cmyk(49%, 41%, 0%, 19%) |
| LAB | lab(53.4 16.7 -45.5) |
| LCH | lch(53.4 48.5 290.2) |
| OKLCH | oklch(0.604 0.129 273.3) |
Copy-ready code
/* CSS */
color: #697ace;
background-color: #697ace;
/* Tailwind (arbitrary) */
class="text-[#697ace] bg-[#697ace]"
/* SCSS */
$brand: #697ace;
/* SwiftUI */
Color(red: 0.412, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#697ace")Accessibility — WCAG contrast
Aa
#697ace on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697ace on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green47.8%
Blue80.8%
CMYK percentages
Cyan49.0%
Magenta40.8%
Yellow0.0%
Key (black)19.2%
Color previews
#697ace text on a black background
contrast 5.28:1
Card sample
#697ace text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697ace;
Background color
Panel with #697ace background
background-color: #697ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697ace; background: linear-gradient(135deg, #697ace, #9B69CE);