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