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