#c9bcfd
a pale, electric blue · warm · closest name: plum
RGB
201, 188, 253
HSL
252°, 94%, 87%
CMYK
21, 26, 0, 1
Luminance
0.5548
Every format
| HEX | #c9bcfd |
| RGB | rgb(201, 188, 253) |
| HSL | hsl(252, 94%, 87%) |
| CMYK | cmyk(21%, 26%, 0%, 1%) |
| LAB | lab(79.3 17.6 -30.4) |
| LCH | lch(79.3 35.1 300.1) |
| OKLCH | oklch(0.828 0.091 293.5) |
Copy-ready code
/* CSS */
color: #c9bcfd;
background-color: #c9bcfd;
/* Tailwind (arbitrary) */
class="text-[#c9bcfd] bg-[#c9bcfd]"
/* SCSS */
$brand: #c9bcfd;
/* SwiftUI */
Color(red: 0.788, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#c9bcfd")Accessibility — WCAG contrast
Aa
#c9bcfd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bcfd on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green73.7%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c9bcfd text on a black background
contrast 12.10:1
Card sample
#c9bcfd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bcfd;
Background color
Panel with #c9bcfd background
background-color: #c9bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bcfd; background: linear-gradient(135deg, #c9bcfd, #F4BCFD);