#697fee
a light, electric blue · warm · closest name: royalblue
RGB
105, 127, 238
HSL
230°, 80%, 67%
CMYK
56, 47, 0, 7
Luminance
0.2436
Every format
| HEX | #697fee |
| RGB | rgb(105, 127, 238) |
| HSL | hsl(230, 80%, 67%) |
| CMYK | cmyk(56%, 47%, 0%, 7%) |
| LAB | lab(56.4 23.8 -58.6) |
| LCH | lch(56.4 63.2 292.1) |
| OKLCH | oklch(0.633 0.167 272.4) |
Copy-ready code
/* CSS */
color: #697fee;
background-color: #697fee;
/* Tailwind (arbitrary) */
class="text-[#697fee] bg-[#697fee]"
/* SCSS */
$brand: #697fee;
/* SwiftUI */
Color(red: 0.412, green: 0.498, blue: 0.933)
/* Android */
Color.parseColor("#697fee")Accessibility — WCAG contrast
Aa
#697fee on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697fee on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green49.8%
Blue93.3%
CMYK percentages
Cyan55.9%
Magenta46.6%
Yellow0.0%
Key (black)6.7%
Color previews
#697fee text on a black background
contrast 5.87:1
Card sample
#697fee text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697fee;
Background color
Panel with #697fee background
background-color: #697fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 127, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 127, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697fee; background: linear-gradient(135deg, #697fee, #AC69EE);