#8796df
a light, vivid blue · warm · closest name: steelblue
RGB
135, 150, 223
HSL
230°, 58%, 70%
CMYK
40, 33, 0, 13
Luminance
0.3229
Every format
| HEX | #8796df |
| RGB | rgb(135, 150, 223) |
| HSL | hsl(230, 58%, 70%) |
| CMYK | cmyk(40%, 33%, 0%, 13%) |
| LAB | lab(63.6 12.7 -38.8) |
| LCH | lch(63.6 40.8 288.1) |
| OKLCH | oklch(0.691 0.109 274.3) |
Copy-ready code
/* CSS */
color: #8796df;
background-color: #8796df;
/* Tailwind (arbitrary) */
class="text-[#8796df] bg-[#8796df]"
/* SCSS */
$brand: #8796df;
/* SwiftUI */
Color(red: 0.529, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#8796df")Accessibility — WCAG contrast
Aa
#8796df on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8796df on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green58.8%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#8796df text on a black background
contrast 7.46:1
Card sample
#8796df text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8796df;
Background color
Panel with #8796df background
background-color: #8796df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8796df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8796df; background: linear-gradient(135deg, #8796df, #B387DF);