#698ce2
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
105, 140, 226
HSL
223°, 68%, 65%
CMYK
54, 38, 0, 11
Luminance
0.2725
Every format
| HEX | #698ce2 |
| RGB | rgb(105, 140, 226) |
| HSL | hsl(223, 68%, 65%) |
| CMYK | cmyk(54%, 38%, 0%, 11%) |
| LAB | lab(59.2 12.2 -47.5) |
| LCH | lch(59.2 49.0 284.4) |
| OKLCH | oklch(0.652 0.135 266.0) |
Copy-ready code
/* CSS */
color: #698ce2;
background-color: #698ce2;
/* Tailwind (arbitrary) */
class="text-[#698ce2] bg-[#698ce2]"
/* SCSS */
$brand: #698ce2;
/* SwiftUI */
Color(red: 0.412, green: 0.549, blue: 0.886)
/* Android */
Color.parseColor("#698ce2")Accessibility — WCAG contrast
Aa
#698ce2 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#698ce2 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green54.9%
Blue88.6%
CMYK percentages
Cyan53.5%
Magenta38.1%
Yellow0.0%
Key (black)11.4%
Color previews
#698ce2 text on a black background
contrast 6.45:1
Card sample
#698ce2 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #698ce2;
Background color
Panel with #698ce2 background
background-color: #698ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #698ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 140, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 140, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #698ce2; background: linear-gradient(135deg, #698ce2, #9769E2);