#8599df
a light, vivid blue · warm · closest name: steelblue
RGB
133, 153, 223
HSL
227°, 58%, 70%
CMYK
40, 31, 0, 13
Luminance
0.3310
Every format
| HEX | #8599df |
| RGB | rgb(133, 153, 223) |
| HSL | hsl(227, 58%, 70%) |
| CMYK | cmyk(40%, 31%, 0%, 13%) |
| LAB | lab(64.2 10.4 -37.8) |
| LCH | lch(64.2 39.2 285.4) |
| OKLCH | oklch(0.695 0.106 271.3) |
Copy-ready code
/* CSS */
color: #8599df;
background-color: #8599df;
/* Tailwind (arbitrary) */
class="text-[#8599df] bg-[#8599df]"
/* SCSS */
$brand: #8599df;
/* SwiftUI */
Color(red: 0.522, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#8599df")Accessibility — WCAG contrast
Aa
#8599df on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8599df on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green60.0%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#8599df text on a black background
contrast 7.62:1
Card sample
#8599df text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8599df;
Background color
Panel with #8599df background
background-color: #8599df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8599df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8599df; background: linear-gradient(135deg, #8599df, #AD85DF);