#698afb
a light, electric blue · warm · closest name: dodgerblue
RGB
105, 138, 251
HSL
226°, 95%, 70%
CMYK
58, 45, 0, 2
Luminance
0.2815
Every format
| HEX | #698afb |
| RGB | rgb(105, 138, 251) |
| HSL | hsl(226, 95%, 70%) |
| CMYK | cmyk(58%, 45%, 0%, 2%) |
| LAB | lab(60.0 21.3 -60.0) |
| LCH | lch(60.0 63.7 289.6) |
| OKLCH | oklch(0.663 0.171 269.1) |
Copy-ready code
/* CSS */
color: #698afb;
background-color: #698afb;
/* Tailwind (arbitrary) */
class="text-[#698afb] bg-[#698afb]"
/* SCSS */
$brand: #698afb;
/* SwiftUI */
Color(red: 0.412, green: 0.541, blue: 0.984)
/* Android */
Color.parseColor("#698afb")Accessibility — WCAG contrast
Aa
#698afb on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#698afb on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green54.1%
Blue98.4%
CMYK percentages
Cyan58.2%
Magenta45.0%
Yellow0.0%
Key (black)1.6%
Color previews
#698afb text on a black background
contrast 6.63:1
Card sample
#698afb text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #698afb;
Background color
Panel with #698afb background
background-color: #698afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #698afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 138, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 138, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #698afb; background: linear-gradient(135deg, #698afb, #A969FB);