#696fef
a light, electric blue · warm · closest name: royalblue
RGB
105, 111, 239
HSL
237°, 81%, 68%
CMYK
56, 54, 0, 6
Luminance
0.2060
Every format
| HEX | #696fef |
| RGB | rgb(105, 111, 239) |
| HSL | hsl(237, 81%, 68%) |
| CMYK | cmyk(56%, 54%, 0%, 6%) |
| LAB | lab(52.5 33.7 -65.5) |
| LCH | lch(52.5 73.6 297.3) |
| OKLCH | oklch(0.604 0.189 277.1) |
Copy-ready code
/* CSS */
color: #696fef;
background-color: #696fef;
/* Tailwind (arbitrary) */
class="text-[#696fef] bg-[#696fef]"
/* SCSS */
$brand: #696fef;
/* SwiftUI */
Color(red: 0.412, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#696fef")Accessibility — WCAG contrast
Aa
#696fef on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#696fef on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green43.5%
Blue93.7%
CMYK percentages
Cyan56.1%
Magenta53.6%
Yellow0.0%
Key (black)6.3%
Color previews
#696fef text on a black background
contrast 5.12:1
Card sample
#696fef text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #696fef;
Background color
Panel with #696fef background
background-color: #696fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #696fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #696fef; background: linear-gradient(135deg, #696fef, #BC69EF);