#cfc2f1
a pale, vivid violet · warm · closest name: lavender
RGB
207, 194, 241
HSL
257°, 63%, 85%
CMYK
14, 20, 0, 6
Luminance
0.5820
Every format
| HEX | #cfc2f1 |
| RGB | rgb(207, 194, 241) |
| HSL | hsl(257, 63%, 85%) |
| CMYK | cmyk(14%, 20%, 0%, 6%) |
| LAB | lab(80.8 13.6 -21.6) |
| LCH | lch(80.8 25.5 302.2) |
| OKLCH | oklch(0.840 0.066 297.6) |
Copy-ready code
/* CSS */
color: #cfc2f1;
background-color: #cfc2f1;
/* Tailwind (arbitrary) */
class="text-[#cfc2f1] bg-[#cfc2f1]"
/* SCSS */
$brand: #cfc2f1;
/* SwiftUI */
Color(red: 0.812, green: 0.761, blue: 0.945)
/* Android */
Color.parseColor("#cfc2f1")Accessibility — WCAG contrast
Aa
#cfc2f1 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc2f1 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.1%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta19.5%
Yellow0.0%
Key (black)5.5%
Color previews
#cfc2f1 text on a black background
contrast 12.64:1
Card sample
#cfc2f1 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc2f1;
Background color
Panel with #cfc2f1 background
background-color: #cfc2f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc2f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 194, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 194, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc2f1; background: linear-gradient(135deg, #cfc2f1, #EEC2F1);