#cfcaf6
a pale, vivid blue · warm · closest name: lavender
RGB
207, 202, 246
HSL
247°, 71%, 88%
CMYK
16, 18, 0, 4
Luminance
0.6216
Every format
| HEX | #cfcaf6 |
| RGB | rgb(207, 202, 246) |
| HSL | hsl(247, 71%, 88%) |
| CMYK | cmyk(16%, 18%, 0%, 4%) |
| LAB | lab(83.0 10.3 -21.0) |
| LCH | lch(83.0 23.4 296.3) |
| OKLCH | oklch(0.857 0.061 290.3) |
Copy-ready code
/* CSS */
color: #cfcaf6;
background-color: #cfcaf6;
/* Tailwind (arbitrary) */
class="text-[#cfcaf6] bg-[#cfcaf6]"
/* SCSS */
$brand: #cfcaf6;
/* SwiftUI */
Color(red: 0.812, green: 0.792, blue: 0.965)
/* Android */
Color.parseColor("#cfcaf6")Accessibility — WCAG contrast
Aa
#cfcaf6 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcaf6 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.2%
Blue96.5%
CMYK percentages
Cyan15.9%
Magenta17.9%
Yellow0.0%
Key (black)3.5%
Color previews
#cfcaf6 text on a black background
contrast 13.43:1
Card sample
#cfcaf6 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcaf6;
Background color
Panel with #cfcaf6 background
background-color: #cfcaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 202, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 202, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcaf6; background: linear-gradient(135deg, #cfcaf6, #ECCAF6);