#8790ac
a balanced, soft blue · warm · closest name: gray
RGB
135, 144, 172
HSL
225°, 18%, 60%
CMYK
22, 16, 0, 33
Luminance
0.2808
Every format
| HEX | #8790ac |
| RGB | rgb(135, 144, 172) |
| HSL | hsl(225, 18%, 60%) |
| CMYK | cmyk(22%, 16%, 0%, 33%) |
| LAB | lab(60.0 2.9 -15.8) |
| LCH | lch(60.0 16.0 280.6) |
| OKLCH | oklch(0.656 0.043 271.2) |
Copy-ready code
/* CSS */
color: #8790ac;
background-color: #8790ac;
/* Tailwind (arbitrary) */
class="text-[#8790ac] bg-[#8790ac]"
/* SCSS */
$brand: #8790ac;
/* SwiftUI */
Color(red: 0.529, green: 0.565, blue: 0.675)
/* Android */
Color.parseColor("#8790ac")Accessibility — WCAG contrast
Aa
#8790ac on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8790ac on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green56.5%
Blue67.5%
CMYK percentages
Cyan21.5%
Magenta16.3%
Yellow0.0%
Key (black)32.5%
Color previews
#8790ac text on a black background
contrast 6.62:1
Card sample
#8790ac text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8790ac;
Background color
Panel with #8790ac background
background-color: #8790ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8790ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 144, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 144, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8790ac; background: linear-gradient(135deg, #8790ac, #9787AC);