#cfc3fc
a pale, electric blue · warm · closest name: plum
RGB
207, 195, 252
HSL
253°, 91%, 88%
CMYK
18, 23, 0, 1
Luminance
0.5932
Every format
| HEX | #cfc3fc |
| RGB | rgb(207, 195, 252) |
| HSL | hsl(253, 91%, 88%) |
| CMYK | cmyk(18%, 23%, 0%, 1%) |
| LAB | lab(81.5 15.4 -26.5) |
| LCH | lch(81.5 30.6 300.2) |
| OKLCH | oklch(0.846 0.080 294.3) |
Copy-ready code
/* CSS */
color: #cfc3fc;
background-color: #cfc3fc;
/* Tailwind (arbitrary) */
class="text-[#cfc3fc] bg-[#cfc3fc]"
/* SCSS */
$brand: #cfc3fc;
/* SwiftUI */
Color(red: 0.812, green: 0.765, blue: 0.988)
/* Android */
Color.parseColor("#cfc3fc")Accessibility — WCAG contrast
Aa
#cfc3fc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc3fc on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.5%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta22.6%
Yellow0.0%
Key (black)1.2%
Color previews
#cfc3fc text on a black background
contrast 12.86:1
Card sample
#cfc3fc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc3fc;
Background color
Panel with #cfc3fc background
background-color: #cfc3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 195, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 195, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc3fc; background: linear-gradient(135deg, #cfc3fc, #F5C3FC);