#8698eb
a light, vivid blue · warm · closest name: dodgerblue
RGB
134, 152, 235
HSL
229°, 72%, 72%
CMYK
43, 35, 0, 8
Luminance
0.3352
Every format
| HEX | #8698eb |
| RGB | rgb(134, 152, 235) |
| HSL | hsl(229, 72%, 72%) |
| CMYK | cmyk(43%, 35%, 0%, 8%) |
| LAB | lab(64.6 14.6 -43.9) |
| LCH | lch(64.6 46.3 288.4) |
| OKLCH | oklch(0.700 0.124 273.5) |
Copy-ready code
/* CSS */
color: #8698eb;
background-color: #8698eb;
/* Tailwind (arbitrary) */
class="text-[#8698eb] bg-[#8698eb]"
/* SCSS */
$brand: #8698eb;
/* SwiftUI */
Color(red: 0.525, green: 0.596, blue: 0.922)
/* Android */
Color.parseColor("#8698eb")Accessibility — WCAG contrast
Aa
#8698eb on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8698eb on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green59.6%
Blue92.2%
CMYK percentages
Cyan43.0%
Magenta35.3%
Yellow0.0%
Key (black)7.8%
Color previews
#8698eb text on a black background
contrast 7.70:1
Card sample
#8698eb text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8698eb;
Background color
Panel with #8698eb background
background-color: #8698eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8698eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 152, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 152, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8698eb; background: linear-gradient(135deg, #8698eb, #B786EB);