#cfcae2
a light, soft blue · warm · closest name: lavender
RGB
207, 202, 226
HSL
253°, 29%, 84%
CMYK
8, 11, 0, 11
Luminance
0.6100
Every format
| HEX | #cfcae2 |
| RGB | rgb(207, 202, 226) |
| HSL | hsl(253, 29%, 84%) |
| CMYK | cmyk(8%, 11%, 0%, 11%) |
| LAB | lab(82.4 6.3 -11.2) |
| LCH | lch(82.4 12.9 299.1) |
| OKLCH | oklch(0.850 0.033 295.2) |
Copy-ready code
/* CSS */
color: #cfcae2;
background-color: #cfcae2;
/* Tailwind (arbitrary) */
class="text-[#cfcae2] bg-[#cfcae2]"
/* SCSS */
$brand: #cfcae2;
/* SwiftUI */
Color(red: 0.812, green: 0.792, blue: 0.886)
/* Android */
Color.parseColor("#cfcae2")Accessibility — WCAG contrast
Aa
#cfcae2 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcae2 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.2%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta10.6%
Yellow0.0%
Key (black)11.4%
Color previews
#cfcae2 text on a black background
contrast 13.20:1
Card sample
#cfcae2 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcae2;
Background color
Panel with #cfcae2 background
background-color: #cfcae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 202, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 202, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcae2; background: linear-gradient(135deg, #cfcae2, #DFCAE2);