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