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