#8599ad
a balanced, soft blue · cool · closest name: gray
RGB
133, 153, 173
HSL
210°, 20%, 60%
CMYK
23, 12, 0, 32
Luminance
0.3079
Every format
| HEX | #8599ad |
| RGB | rgb(133, 153, 173) |
| HSL | hsl(210, 20%, 60%) |
| CMYK | cmyk(23%, 12%, 0%, 32%) |
| LAB | lab(62.3 -2.5 -12.8) |
| LCH | lch(62.3 13.0 258.8) |
| OKLCH | oklch(0.674 0.037 248.4) |
Copy-ready code
/* CSS */
color: #8599ad;
background-color: #8599ad;
/* Tailwind (arbitrary) */
class="text-[#8599ad] bg-[#8599ad]"
/* SCSS */
$brand: #8599ad;
/* SwiftUI */
Color(red: 0.522, green: 0.600, blue: 0.678)
/* Android */
Color.parseColor("#8599ad")Accessibility — WCAG contrast
Aa
#8599ad on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8599ad on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green60.0%
Blue67.8%
CMYK percentages
Cyan23.1%
Magenta11.6%
Yellow0.0%
Key (black)32.2%
Color previews
#8599ad text on a black background
contrast 7.16:1
Card sample
#8599ad text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8599ad;
Background color
Panel with #8599ad background
background-color: #8599ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8599ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 153, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 153, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8599ad; background: linear-gradient(135deg, #8599ad, #8C85AD);