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