#8693df
a light, vivid blue · warm · closest name: steelblue
RGB
134, 147, 223
HSL
231°, 58%, 70%
CMYK
40, 34, 0, 13
Luminance
0.3126
Every format
| HEX | #8693df |
| RGB | rgb(134, 147, 223) |
| HSL | hsl(231, 58%, 70%) |
| CMYK | cmyk(40%, 34%, 0%, 13%) |
| LAB | lab(62.7 14.1 -40.1) |
| LCH | lch(62.7 42.6 289.4) |
| OKLCH | oklch(0.684 0.113 275.6) |
Copy-ready code
/* CSS */
color: #8693df;
background-color: #8693df;
/* Tailwind (arbitrary) */
class="text-[#8693df] bg-[#8693df]"
/* SCSS */
$brand: #8693df;
/* SwiftUI */
Color(red: 0.525, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#8693df")Accessibility — WCAG contrast
Aa
#8693df on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8693df on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green57.6%
Blue87.5%
CMYK percentages
Cyan39.9%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8693df text on a black background
contrast 7.25:1
Card sample
#8693df text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8693df;
Background color
Panel with #8693df background
background-color: #8693df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8693df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8693df; background: linear-gradient(135deg, #8693df, #B486DF);