#8697f7
a light, electric blue · warm · closest name: dodgerblue
RGB
134, 151, 247
HSL
231°, 88%, 75%
CMYK
46, 39, 0, 3
Luminance
0.3392
Every format
| HEX | #8697f7 |
| RGB | rgb(134, 151, 247) |
| HSL | hsl(231, 88%, 75%) |
| CMYK | cmyk(46%, 39%, 0%, 3%) |
| LAB | lab(64.9 18.6 -50.0) |
| LCH | lch(64.9 53.3 290.4) |
| OKLCH | oklch(0.704 0.141 274.6) |
Copy-ready code
/* CSS */
color: #8697f7;
background-color: #8697f7;
/* Tailwind (arbitrary) */
class="text-[#8697f7] bg-[#8697f7]"
/* SCSS */
$brand: #8697f7;
/* SwiftUI */
Color(red: 0.525, green: 0.592, blue: 0.969)
/* Android */
Color.parseColor("#8697f7")Accessibility — WCAG contrast
Aa
#8697f7 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8697f7 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green59.2%
Blue96.9%
CMYK percentages
Cyan45.7%
Magenta38.9%
Yellow0.0%
Key (black)3.1%
Color previews
#8697f7 text on a black background
contrast 7.78:1
Card sample
#8697f7 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8697f7;
Background color
Panel with #8697f7 background
background-color: #8697f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8697f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 151, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 151, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8697f7; background: linear-gradient(135deg, #8697f7, #C086F7);