#698cee
a light, electric blue · cool · closest name: dodgerblue
RGB
105, 140, 238
HSL
224°, 80%, 67%
CMYK
56, 41, 0, 7
Luminance
0.2793
Every format
| HEX | #698cee |
| RGB | rgb(105, 140, 238) |
| HSL | hsl(224, 80%, 67%) |
| CMYK | cmyk(56%, 41%, 0%, 7%) |
| LAB | lab(59.8 16.0 -53.2) |
| LCH | lch(59.8 55.5 286.7) |
| OKLCH | oklch(0.659 0.151 267.4) |
Copy-ready code
/* CSS */
color: #698cee;
background-color: #698cee;
/* Tailwind (arbitrary) */
class="text-[#698cee] bg-[#698cee]"
/* SCSS */
$brand: #698cee;
/* SwiftUI */
Color(red: 0.412, green: 0.549, blue: 0.933)
/* Android */
Color.parseColor("#698cee")Accessibility — WCAG contrast
Aa
#698cee on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#698cee on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green54.9%
Blue93.3%
CMYK percentages
Cyan55.9%
Magenta41.2%
Yellow0.0%
Key (black)6.7%
Color previews
#698cee text on a black background
contrast 6.59:1
Card sample
#698cee text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #698cee;
Background color
Panel with #698cee background
background-color: #698cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #698cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 140, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 140, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #698cee; background: linear-gradient(135deg, #698cee, #9F69EE);