#697eea
a light, electric blue · warm · closest name: royalblue
RGB
105, 126, 234
HSL
230°, 75%, 67%
CMYK
55, 46, 0, 8
Luminance
0.2387
Every format
| HEX | #697eea |
| RGB | rgb(105, 126, 234) |
| HSL | hsl(230, 75%, 67%) |
| CMYK | cmyk(55%, 46%, 0%, 8%) |
| LAB | lab(56.0 23.1 -57.1) |
| LCH | lch(56.0 61.6 292.0) |
| OKLCH | oklch(0.629 0.163 272.6) |
Copy-ready code
/* CSS */
color: #697eea;
background-color: #697eea;
/* Tailwind (arbitrary) */
class="text-[#697eea] bg-[#697eea]"
/* SCSS */
$brand: #697eea;
/* SwiftUI */
Color(red: 0.412, green: 0.494, blue: 0.918)
/* Android */
Color.parseColor("#697eea")Accessibility — WCAG contrast
Aa
#697eea on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697eea on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green49.4%
Blue91.8%
CMYK percentages
Cyan55.1%
Magenta46.2%
Yellow0.0%
Key (black)8.2%
Color previews
#697eea text on a black background
contrast 5.77:1
Card sample
#697eea text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697eea;
Background color
Panel with #697eea background
background-color: #697eea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697eea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 126, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 126, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697eea; background: linear-gradient(135deg, #697eea, #AA69EA);