#697cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
105, 124, 223
HSL
230°, 65%, 64%
CMYK
53, 44, 0, 13
Luminance
0.2275
Every format
| HEX | #697cdf |
| RGB | rgb(105, 124, 223) |
| HSL | hsl(230, 65%, 64%) |
| CMYK | cmyk(53%, 44%, 0%, 13%) |
| LAB | lab(54.8 20.8 -52.8) |
| LCH | lch(54.8 56.8 291.5) |
| OKLCH | oklch(0.618 0.150 273.1) |
Copy-ready code
/* CSS */
color: #697cdf;
background-color: #697cdf;
/* Tailwind (arbitrary) */
class="text-[#697cdf] bg-[#697cdf]"
/* SCSS */
$brand: #697cdf;
/* SwiftUI */
Color(red: 0.412, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#697cdf")Accessibility — WCAG contrast
Aa
#697cdf on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697cdf on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green48.6%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#697cdf text on a black background
contrast 5.55:1
Card sample
#697cdf text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697cdf;
Background color
Panel with #697cdf background
background-color: #697cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697cdf; background: linear-gradient(135deg, #697cdf, #A569DF);