#cfcaf3
a pale, vivid blue · warm · closest name: lavender
RGB
207, 202, 243
HSL
247°, 63%, 87%
CMYK
15, 17, 0, 5
Luminance
0.6198
Every format
| HEX | #cfcaf3 |
| RGB | rgb(207, 202, 243) |
| HSL | hsl(247, 63%, 87%) |
| CMYK | cmyk(15%, 17%, 0%, 5%) |
| LAB | lab(82.9 9.7 -19.5) |
| LCH | lch(82.9 21.8 296.4) |
| OKLCH | oklch(0.856 0.057 290.7) |
Copy-ready code
/* CSS */
color: #cfcaf3;
background-color: #cfcaf3;
/* Tailwind (arbitrary) */
class="text-[#cfcaf3] bg-[#cfcaf3]"
/* SCSS */
$brand: #cfcaf3;
/* SwiftUI */
Color(red: 0.812, green: 0.792, blue: 0.953)
/* Android */
Color.parseColor("#cfcaf3")Accessibility — WCAG contrast
Aa
#cfcaf3 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcaf3 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.2%
Blue95.3%
CMYK percentages
Cyan14.8%
Magenta16.9%
Yellow0.0%
Key (black)4.7%
Color previews
#cfcaf3 text on a black background
contrast 13.40:1
Card sample
#cfcaf3 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcaf3;
Background color
Panel with #cfcaf3 background
background-color: #cfcaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 202, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 202, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcaf3; background: linear-gradient(135deg, #cfcaf3, #EACAF3);