#cfcce2
a light, soft blue · warm · closest name: lavender
RGB
207, 204, 226
HSL
248°, 28%, 84%
CMYK
8, 10, 0, 11
Luminance
0.6194
Every format
| HEX | #cfcce2 |
| RGB | rgb(207, 204, 226) |
| HSL | hsl(248, 28%, 84%) |
| CMYK | cmyk(8%, 10%, 0%, 11%) |
| LAB | lab(82.9 5.2 -10.5) |
| LCH | lch(82.9 11.7 296.3) |
| OKLCH | oklch(0.854 0.030 292.0) |
Copy-ready code
/* CSS */
color: #cfcce2;
background-color: #cfcce2;
/* Tailwind (arbitrary) */
class="text-[#cfcce2] bg-[#cfcce2]"
/* SCSS */
$brand: #cfcce2;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#cfcce2")Accessibility — WCAG contrast
Aa
#cfcce2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcce2 on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#cfcce2 text on a black background
contrast 13.39:1
Card sample
#cfcce2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcce2;
Background color
Panel with #cfcce2 background
background-color: #cfcce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcce2; background: linear-gradient(135deg, #cfcce2, #DECCE2);