#cfc1fd
a pale, electric blue · warm · closest name: plum
RGB
207, 193, 253
HSL
254°, 94%, 88%
CMYK
18, 24, 0, 1
Luminance
0.5850
Every format
| HEX | #cfc1fd |
| RGB | rgb(207, 193, 253) |
| HSL | hsl(254, 94%, 88%) |
| CMYK | cmyk(18%, 24%, 0%, 1%) |
| LAB | lab(81.0 16.7 -27.7) |
| LCH | lch(81.0 32.4 301.0) |
| OKLCH | oklch(0.843 0.084 295.2) |
Copy-ready code
/* CSS */
color: #cfc1fd;
background-color: #cfc1fd;
/* Tailwind (arbitrary) */
class="text-[#cfc1fd] bg-[#cfc1fd]"
/* SCSS */
$brand: #cfc1fd;
/* SwiftUI */
Color(red: 0.812, green: 0.757, blue: 0.992)
/* Android */
Color.parseColor("#cfc1fd")Accessibility — WCAG contrast
Aa
#cfc1fd on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc1fd on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green75.7%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta23.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cfc1fd text on a black background
contrast 12.70:1
Card sample
#cfc1fd text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc1fd;
Background color
Panel with #cfc1fd background
background-color: #cfc1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 193, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 193, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc1fd; background: linear-gradient(135deg, #cfc1fd, #F7C1FD);