#698aff
a light, electric blue · warm · closest name: dodgerblue
RGB
105, 138, 255
HSL
227°, 100%, 71%
CMYK
59, 46, 0, 0
Luminance
0.2840
Every format
| HEX | #698aff |
| RGB | rgb(105, 138, 255) |
| HSL | hsl(227, 100%, 71%) |
| CMYK | cmyk(59%, 46%, 0%, 0%) |
| LAB | lab(60.3 22.6 -61.9) |
| LCH | lch(60.3 65.9 290.1) |
| OKLCH | oklch(0.665 0.177 269.3) |
Copy-ready code
/* CSS */
color: #698aff;
background-color: #698aff;
/* Tailwind (arbitrary) */
class="text-[#698aff] bg-[#698aff]"
/* SCSS */
$brand: #698aff;
/* SwiftUI */
Color(red: 0.412, green: 0.541, blue: 1.000)
/* Android */
Color.parseColor("#698aff")Accessibility — WCAG contrast
Aa
#698aff on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#698aff on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green54.1%
Blue100.0%
CMYK percentages
Cyan58.8%
Magenta45.9%
Yellow0.0%
Key (black)0.0%
Color previews
#698aff text on a black background
contrast 6.68:1
Card sample
#698aff text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #698aff;
Background color
Panel with #698aff background
background-color: #698aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #698aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 138, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 138, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #698aff; background: linear-gradient(135deg, #698aff, #AC69FF);