#8697f8
a light, electric blue · warm · closest name: dodgerblue
RGB
134, 151, 248
HSL
231°, 89%, 75%
CMYK
46, 39, 0, 3
Luminance
0.3398
Every format
| HEX | #8697f8 |
| RGB | rgb(134, 151, 248) |
| HSL | hsl(231, 89%, 75%) |
| CMYK | cmyk(46%, 39%, 0%, 3%) |
| LAB | lab(64.9 18.9 -50.4) |
| LCH | lch(64.9 53.9 290.6) |
| OKLCH | oklch(0.705 0.143 274.6) |
Copy-ready code
/* CSS */
color: #8697f8;
background-color: #8697f8;
/* Tailwind (arbitrary) */
class="text-[#8697f8] bg-[#8697f8]"
/* SCSS */
$brand: #8697f8;
/* SwiftUI */
Color(red: 0.525, green: 0.592, blue: 0.973)
/* Android */
Color.parseColor("#8697f8")Accessibility — WCAG contrast
Aa
#8697f8 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8697f8 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green59.2%
Blue97.3%
CMYK percentages
Cyan46.0%
Magenta39.1%
Yellow0.0%
Key (black)2.7%
Color previews
#8697f8 text on a black background
contrast 7.80:1
Card sample
#8697f8 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8697f8;
Background color
Panel with #8697f8 background
background-color: #8697f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8697f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 151, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 151, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8697f8; background: linear-gradient(135deg, #8697f8, #C186F8);