#cfc1ff
a pale, electric blue · warm · closest name: plum
RGB
207, 193, 255
HSL
254°, 100%, 88%
CMYK
19, 24, 0, 0
Luminance
0.5863
Every format
| HEX | #cfc1ff |
| RGB | rgb(207, 193, 255) |
| HSL | hsl(254, 100%, 88%) |
| CMYK | cmyk(19%, 24%, 0%, 0%) |
| LAB | lab(81.1 17.1 -28.7) |
| LCH | lch(81.1 33.4 300.8) |
| OKLCH | oklch(0.844 0.087 294.8) |
Copy-ready code
/* CSS */
color: #cfc1ff;
background-color: #cfc1ff;
/* Tailwind (arbitrary) */
class="text-[#cfc1ff] bg-[#cfc1ff]"
/* SCSS */
$brand: #cfc1ff;
/* SwiftUI */
Color(red: 0.812, green: 0.757, blue: 1.000)
/* Android */
Color.parseColor("#cfc1ff")Accessibility — WCAG contrast
Aa
#cfc1ff on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc1ff on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green75.7%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta24.3%
Yellow0.0%
Key (black)0.0%
Color previews
#cfc1ff text on a black background
contrast 12.73:1
Card sample
#cfc1ff text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc1ff;
Background color
Panel with #cfc1ff background
background-color: #cfc1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 193, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 193, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc1ff; background: linear-gradient(135deg, #cfc1ff, #F8C1FF);