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