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