#8599eb
a light, vivid blue · warm · closest name: dodgerblue
RGB
133, 153, 235
HSL
228°, 72%, 72%
CMYK
43, 35, 0, 8
Luminance
0.3377
Every format
| HEX | #8599eb |
| RGB | rgb(133, 153, 235) |
| HSL | hsl(228, 72%, 72%) |
| CMYK | cmyk(43%, 35%, 0%, 8%) |
| LAB | lab(64.8 13.8 -43.6) |
| LCH | lch(64.8 45.7 287.5) |
| OKLCH | oklch(0.701 0.123 272.5) |
Copy-ready code
/* CSS */
color: #8599eb;
background-color: #8599eb;
/* Tailwind (arbitrary) */
class="text-[#8599eb] bg-[#8599eb]"
/* SCSS */
$brand: #8599eb;
/* SwiftUI */
Color(red: 0.522, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#8599eb")Accessibility — WCAG contrast
Aa
#8599eb on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8599eb on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green60.0%
Blue92.2%
CMYK percentages
Cyan43.4%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#8599eb text on a black background
contrast 7.75:1
Card sample
#8599eb text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8599eb;
Background color
Panel with #8599eb background
background-color: #8599eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8599eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8599eb; background: linear-gradient(135deg, #8599eb, #B585EB);