#cfcaf4
a pale, vivid blue · warm · closest name: lavender
RGB
207, 202, 244
HSL
247°, 66%, 88%
CMYK
15, 17, 0, 4
Luminance
0.6204
Every format
| HEX | #cfcaf4 |
| RGB | rgb(207, 202, 244) |
| HSL | hsl(247, 66%, 88%) |
| CMYK | cmyk(15%, 17%, 0%, 4%) |
| LAB | lab(82.9 9.9 -20.0) |
| LCH | lch(82.9 22.3 296.4) |
| OKLCH | oklch(0.857 0.058 290.6) |
Copy-ready code
/* CSS */
color: #cfcaf4;
background-color: #cfcaf4;
/* Tailwind (arbitrary) */
class="text-[#cfcaf4] bg-[#cfcaf4]"
/* SCSS */
$brand: #cfcaf4;
/* SwiftUI */
Color(red: 0.812, green: 0.792, blue: 0.957)
/* Android */
Color.parseColor("#cfcaf4")Accessibility — WCAG contrast
Aa
#cfcaf4 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcaf4 on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.2%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta17.2%
Yellow0.0%
Key (black)4.3%
Color previews
#cfcaf4 text on a black background
contrast 13.41:1
Card sample
#cfcaf4 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcaf4;
Background color
Panel with #cfcaf4 background
background-color: #cfcaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 202, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 202, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcaf4; background: linear-gradient(135deg, #cfcaf4, #EBCAF4);