#cfc8f1
a pale, vivid blue · warm · closest name: lavender
RGB
207, 200, 241
HSL
250°, 59%, 87%
CMYK
14, 17, 0, 6
Luminance
0.6092
Every format
| HEX | #cfc8f1 |
| RGB | rgb(207, 200, 241) |
| HSL | hsl(250, 59%, 87%) |
| CMYK | cmyk(14%, 17%, 0%, 6%) |
| LAB | lab(82.3 10.4 -19.3) |
| LCH | lch(82.3 21.9 298.2) |
| OKLCH | oklch(0.852 0.057 293.0) |
Copy-ready code
/* CSS */
color: #cfc8f1;
background-color: #cfc8f1;
/* Tailwind (arbitrary) */
class="text-[#cfc8f1] bg-[#cfc8f1]"
/* SCSS */
$brand: #cfc8f1;
/* SwiftUI */
Color(red: 0.812, green: 0.784, blue: 0.945)
/* Android */
Color.parseColor("#cfc8f1")Accessibility — WCAG contrast
Aa
#cfc8f1 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc8f1 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.4%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta17.0%
Yellow0.0%
Key (black)5.5%
Color previews
#cfc8f1 text on a black background
contrast 13.18:1
Card sample
#cfc8f1 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc8f1;
Background color
Panel with #cfc8f1 background
background-color: #cfc8f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc8f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 200, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 200, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc8f1; background: linear-gradient(135deg, #cfc8f1, #EAC8F1);