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