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