#8599fd
a light, electric blue · warm · closest name: dodgerblue
RGB
133, 153, 253
HSL
230°, 97%, 76%
CMYK
47, 40, 0, 1
Luminance
0.3486
Every format
| HEX | #8599fd |
| RGB | rgb(133, 153, 253) |
| HSL | hsl(230, 97%, 76%) |
| CMYK | cmyk(47%, 40%, 0%, 1%) |
| LAB | lab(65.6 19.0 -52.1) |
| LCH | lch(65.6 55.4 290.0) |
| OKLCH | oklch(0.711 0.147 273.5) |
Copy-ready code
/* CSS */
color: #8599fd;
background-color: #8599fd;
/* Tailwind (arbitrary) */
class="text-[#8599fd] bg-[#8599fd]"
/* SCSS */
$brand: #8599fd;
/* SwiftUI */
Color(red: 0.522, green: 0.600, blue: 0.992)
/* Android */
Color.parseColor("#8599fd")Accessibility — WCAG contrast
Aa
#8599fd on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8599fd on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green60.0%
Blue99.2%
CMYK percentages
Cyan47.4%
Magenta39.5%
Yellow0.0%
Key (black)0.8%
Color previews
#8599fd text on a black background
contrast 7.97:1
Card sample
#8599fd text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8599fd;
Background color
Panel with #8599fd background
background-color: #8599fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8599fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 153, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 153, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8599fd; background: linear-gradient(135deg, #8599fd, #C185FD);