#8697df
a light, vivid blue · warm · closest name: steelblue
RGB
134, 151, 223
HSL
229°, 58%, 70%
CMYK
40, 32, 0, 13
Luminance
0.3253
Every format
| HEX | #8697df |
| RGB | rgb(134, 151, 223) |
| HSL | hsl(229, 58%, 70%) |
| CMYK | cmyk(40%, 32%, 0%, 13%) |
| LAB | lab(63.8 11.8 -38.5) |
| LCH | lch(63.8 40.3 287.0) |
| OKLCH | oklch(0.692 0.108 273.1) |
Copy-ready code
/* CSS */
color: #8697df;
background-color: #8697df;
/* Tailwind (arbitrary) */
class="text-[#8697df] bg-[#8697df]"
/* SCSS */
$brand: #8697df;
/* SwiftUI */
Color(red: 0.525, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#8697df")Accessibility — WCAG contrast
Aa
#8697df on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8697df on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green59.2%
Blue87.5%
CMYK percentages
Cyan39.9%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8697df text on a black background
contrast 7.51:1
Card sample
#8697df text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8697df;
Background color
Panel with #8697df background
background-color: #8697df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8697df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8697df; background: linear-gradient(135deg, #8697df, #B086DF);