#8699df
a light, vivid blue · warm · closest name: steelblue
RGB
134, 153, 223
HSL
227°, 58%, 70%
CMYK
40, 31, 0, 13
Luminance
0.3318
Every format
| HEX | #8699df |
| RGB | rgb(134, 153, 223) |
| HSL | hsl(227, 58%, 70%) |
| CMYK | cmyk(40%, 31%, 0%, 13%) |
| LAB | lab(64.3 10.7 -37.7) |
| LCH | lch(64.3 39.2 285.8) |
| OKLCH | oklch(0.696 0.105 271.8) |
Copy-ready code
/* CSS */
color: #8699df;
background-color: #8699df;
/* Tailwind (arbitrary) */
class="text-[#8699df] bg-[#8699df]"
/* SCSS */
$brand: #8699df;
/* SwiftUI */
Color(red: 0.525, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#8699df")Accessibility — WCAG contrast
Aa
#8699df on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8699df on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green60.0%
Blue87.5%
CMYK percentages
Cyan39.9%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#8699df text on a black background
contrast 7.64:1
Card sample
#8699df text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8699df;
Background color
Panel with #8699df background
background-color: #8699df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8699df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8699df; background: linear-gradient(135deg, #8699df, #AE86DF);