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