#8795fd
a light, electric blue · warm · closest name: dodgerblue
RGB
135, 149, 253
HSL
233°, 97%, 76%
CMYK
47, 41, 0, 1
Luminance
0.3374
Every format
| HEX | #8795fd |
| RGB | rgb(135, 149, 253) |
| HSL | hsl(233, 97%, 76%) |
| CMYK | cmyk(47%, 41%, 0%, 1%) |
| LAB | lab(64.8 21.8 -53.5) |
| LCH | lch(64.8 57.7 292.1) |
| OKLCH | oklch(0.704 0.152 276.0) |
Copy-ready code
/* CSS */
color: #8795fd;
background-color: #8795fd;
/* Tailwind (arbitrary) */
class="text-[#8795fd] bg-[#8795fd]"
/* SCSS */
$brand: #8795fd;
/* SwiftUI */
Color(red: 0.529, green: 0.584, blue: 0.992)
/* Android */
Color.parseColor("#8795fd")Accessibility — WCAG contrast
Aa
#8795fd on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8795fd on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green58.4%
Blue99.2%
CMYK percentages
Cyan46.6%
Magenta41.1%
Yellow0.0%
Key (black)0.8%
Color previews
#8795fd text on a black background
contrast 7.75:1
Card sample
#8795fd text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8795fd;
Background color
Panel with #8795fd background
background-color: #8795fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8795fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 149, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 149, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8795fd; background: linear-gradient(135deg, #8795fd, #C887FD);