#cfcaf1
a pale, vivid blue · warm · closest name: lavender
RGB
207, 202, 241
HSL
248°, 58%, 87%
CMYK
14, 16, 0, 6
Luminance
0.6186
Every format
| HEX | #cfcaf1 |
| RGB | rgb(207, 202, 241) |
| HSL | hsl(248, 58%, 87%) |
| CMYK | cmyk(14%, 16%, 0%, 6%) |
| LAB | lab(82.8 9.3 -18.6) |
| LCH | lch(82.8 20.8 296.6) |
| OKLCH | oklch(0.856 0.054 291.1) |
Copy-ready code
/* CSS */
color: #cfcaf1;
background-color: #cfcaf1;
/* Tailwind (arbitrary) */
class="text-[#cfcaf1] bg-[#cfcaf1]"
/* SCSS */
$brand: #cfcaf1;
/* SwiftUI */
Color(red: 0.812, green: 0.792, blue: 0.945)
/* Android */
Color.parseColor("#cfcaf1")Accessibility — WCAG contrast
Aa
#cfcaf1 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcaf1 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.2%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta16.2%
Yellow0.0%
Key (black)5.5%
Color previews
#cfcaf1 text on a black background
contrast 13.37:1
Card sample
#cfcaf1 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcaf1;
Background color
Panel with #cfcaf1 background
background-color: #cfcaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 202, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 202, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcaf1; background: linear-gradient(135deg, #cfcaf1, #E9CAF1);