#8698ce
a light, soft blue · warm · closest name: steelblue
RGB
134, 152, 206
HSL
225°, 42%, 67%
CMYK
35, 26, 0, 19
Luminance
0.3198
Every format
| HEX | #8698ce |
| RGB | rgb(134, 152, 206) |
| HSL | hsl(225, 42%, 67%) |
| CMYK | cmyk(35%, 26%, 0%, 19%) |
| LAB | lab(63.3 6.6 -29.8) |
| LCH | lch(63.3 30.5 282.6) |
| OKLCH | oklch(0.686 0.083 269.9) |
Copy-ready code
/* CSS */
color: #8698ce;
background-color: #8698ce;
/* Tailwind (arbitrary) */
class="text-[#8698ce] bg-[#8698ce]"
/* SCSS */
$brand: #8698ce;
/* SwiftUI */
Color(red: 0.525, green: 0.596, blue: 0.808)
/* Android */
Color.parseColor("#8698ce")Accessibility — WCAG contrast
Aa
#8698ce on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8698ce on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green59.6%
Blue80.8%
CMYK percentages
Cyan35.0%
Magenta26.2%
Yellow0.0%
Key (black)19.2%
Color previews
#8698ce text on a black background
contrast 7.40:1
Card sample
#8698ce text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8698ce;
Background color
Panel with #8698ce background
background-color: #8698ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8698ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 152, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 152, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8698ce; background: linear-gradient(135deg, #8698ce, #A486CE);