#cfc4ff
a pale, electric blue · warm · closest name: plum
RGB
207, 196, 255
HSL
251°, 100%, 88%
CMYK
19, 23, 0, 0
Luminance
0.5997
Every format
| HEX | #cfc4ff |
| RGB | rgb(207, 196, 255) |
| HSL | hsl(251, 100%, 88%) |
| CMYK | cmyk(19%, 23%, 0%, 0%) |
| LAB | lab(81.8 15.5 -27.6) |
| LCH | lch(81.8 31.6 299.4) |
| OKLCH | oklch(0.849 0.082 293.1) |
Copy-ready code
/* CSS */
color: #cfc4ff;
background-color: #cfc4ff;
/* Tailwind (arbitrary) */
class="text-[#cfc4ff] bg-[#cfc4ff]"
/* SCSS */
$brand: #cfc4ff;
/* SwiftUI */
Color(red: 0.812, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#cfc4ff")Accessibility — WCAG contrast
Aa
#cfc4ff on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc4ff on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.9%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cfc4ff text on a black background
contrast 12.99:1
Card sample
#cfc4ff text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc4ff;
Background color
Panel with #cfc4ff background
background-color: #cfc4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc4ff; background: linear-gradient(135deg, #cfc4ff, #F6C4FF);