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