#9c97fd
a light, electric blue · warm · closest name: dodgerblue
RGB
156, 151, 253
HSL
243°, 96%, 79%
CMYK
38, 40, 0, 1
Luminance
0.3629
Every format
| HEX | #9c97fd |
| RGB | rgb(156, 151, 253) |
| HSL | hsl(243, 96%, 79%) |
| CMYK | cmyk(38%, 40%, 0%, 1%) |
| LAB | lab(66.7 25.7 -50.2) |
| LCH | lch(66.7 56.4 297.1) |
| OKLCH | oklch(0.723 0.146 284.4) |
Copy-ready code
/* CSS */
color: #9c97fd;
background-color: #9c97fd;
/* Tailwind (arbitrary) */
class="text-[#9c97fd] bg-[#9c97fd]"
/* SCSS */
$brand: #9c97fd;
/* SwiftUI */
Color(red: 0.612, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#9c97fd")Accessibility — WCAG contrast
Aa
#9c97fd on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9c97fd on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green59.2%
Blue99.2%
CMYK percentages
Cyan38.3%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#9c97fd text on a black background
contrast 8.26:1
Card sample
#9c97fd text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c97fd;
Background color
Panel with #9c97fd background
background-color: #9c97fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c97fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c97fd; background: linear-gradient(135deg, #9c97fd, #E097FD);