#cfcaf0
a pale, vivid blue · warm · closest name: lavender
RGB
207, 202, 240
HSL
248°, 56%, 87%
CMYK
14, 16, 0, 6
Luminance
0.6180
Every format
| HEX | #cfcaf0 |
| RGB | rgb(207, 202, 240) |
| HSL | hsl(248, 56%, 87%) |
| CMYK | cmyk(14%, 16%, 0%, 6%) |
| LAB | lab(82.8 9.1 -18.1) |
| LCH | lch(82.8 20.2 296.7) |
| OKLCH | oklch(0.855 0.053 291.3) |
Copy-ready code
/* CSS */
color: #cfcaf0;
background-color: #cfcaf0;
/* Tailwind (arbitrary) */
class="text-[#cfcaf0] bg-[#cfcaf0]"
/* SCSS */
$brand: #cfcaf0;
/* SwiftUI */
Color(red: 0.812, green: 0.792, blue: 0.941)
/* Android */
Color.parseColor("#cfcaf0")Accessibility — WCAG contrast
Aa
#cfcaf0 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcaf0 on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.2%
Blue94.1%
CMYK percentages
Cyan13.7%
Magenta15.8%
Yellow0.0%
Key (black)5.9%
Color previews
#cfcaf0 text on a black background
contrast 13.36:1
Card sample
#cfcaf0 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcaf0;
Background color
Panel with #cfcaf0 background
background-color: #cfcaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 202, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 202, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcaf0; background: linear-gradient(135deg, #cfcaf0, #E8CAF0);