#698ce0
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
105, 140, 224
HSL
222°, 66%, 65%
CMYK
53, 38, 0, 12
Luminance
0.2714
Every format
| HEX | #698ce0 |
| RGB | rgb(105, 140, 224) |
| HSL | hsl(222, 66%, 65%) |
| CMYK | cmyk(53%, 38%, 0%, 12%) |
| LAB | lab(59.1 11.5 -46.5) |
| LCH | lch(59.1 48.0 283.9) |
| OKLCH | oklch(0.651 0.132 265.8) |
Copy-ready code
/* CSS */
color: #698ce0;
background-color: #698ce0;
/* Tailwind (arbitrary) */
class="text-[#698ce0] bg-[#698ce0]"
/* SCSS */
$brand: #698ce0;
/* SwiftUI */
Color(red: 0.412, green: 0.549, blue: 0.878)
/* Android */
Color.parseColor("#698ce0")Accessibility — WCAG contrast
Aa
#698ce0 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#698ce0 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green54.9%
Blue87.8%
CMYK percentages
Cyan53.1%
Magenta37.5%
Yellow0.0%
Key (black)12.2%
Color previews
#698ce0 text on a black background
contrast 6.43:1
Card sample
#698ce0 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #698ce0;
Background color
Panel with #698ce0 background
background-color: #698ce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #698ce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 140, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 140, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #698ce0; background: linear-gradient(135deg, #698ce0, #9569E0);