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