#cfc3fe
a pale, electric blue · warm · closest name: plum
RGB
207, 195, 254
HSL
252°, 97%, 88%
CMYK
19, 23, 0, 0
Luminance
0.5945
Every format
| HEX | #cfc3fe |
| RGB | rgb(207, 195, 254) |
| HSL | hsl(252, 97%, 88%) |
| CMYK | cmyk(19%, 23%, 0%, 0%) |
| LAB | lab(81.5 15.8 -27.5) |
| LCH | lch(81.5 31.7 300.0) |
| OKLCH | oklch(0.847 0.082 293.9) |
Copy-ready code
/* CSS */
color: #cfc3fe;
background-color: #cfc3fe;
/* Tailwind (arbitrary) */
class="text-[#cfc3fe] bg-[#cfc3fe]"
/* SCSS */
$brand: #cfc3fe;
/* SwiftUI */
Color(red: 0.812, green: 0.765, blue: 0.996)
/* Android */
Color.parseColor("#cfc3fe")Accessibility — WCAG contrast
Aa
#cfc3fe on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc3fe on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.5%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta23.2%
Yellow0.0%
Key (black)0.4%
Color previews
#cfc3fe text on a black background
contrast 12.89:1
Card sample
#cfc3fe text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc3fe;
Background color
Panel with #cfc3fe background
background-color: #cfc3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 195, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 195, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc3fe; background: linear-gradient(135deg, #cfc3fe, #F6C3FE);