#cfc2f4
a pale, vivid violet · warm · closest name: plum
RGB
207, 194, 244
HSL
256°, 69%, 86%
CMYK
15, 21, 0, 4
Luminance
0.5838
Every format
| HEX | #cfc2f4 |
| RGB | rgb(207, 194, 244) |
| HSL | hsl(256, 69%, 86%) |
| CMYK | cmyk(15%, 21%, 0%, 4%) |
| LAB | lab(81.0 14.2 -23.0) |
| LCH | lch(81.0 27.1 301.7) |
| OKLCH | oklch(0.841 0.070 296.8) |
Copy-ready code
/* CSS */
color: #cfc2f4;
background-color: #cfc2f4;
/* Tailwind (arbitrary) */
class="text-[#cfc2f4] bg-[#cfc2f4]"
/* SCSS */
$brand: #cfc2f4;
/* SwiftUI */
Color(red: 0.812, green: 0.761, blue: 0.957)
/* Android */
Color.parseColor("#cfc2f4")Accessibility — WCAG contrast
Aa
#cfc2f4 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc2f4 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.1%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta20.5%
Yellow0.0%
Key (black)4.3%
Color previews
#cfc2f4 text on a black background
contrast 12.68:1
Card sample
#cfc2f4 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc2f4;
Background color
Panel with #cfc2f4 background
background-color: #cfc2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 194, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 194, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc2f4; background: linear-gradient(135deg, #cfc2f4, #F0C2F4);