#cfcce5
a light, soft blue · warm · closest name: lavender
RGB
207, 204, 229
HSL
247°, 33%, 85%
CMYK
10, 11, 0, 10
Luminance
0.6211
Every format
| HEX | #cfcce5 |
| RGB | rgb(207, 204, 229) |
| HSL | hsl(247, 33%, 85%) |
| CMYK | cmyk(10%, 11%, 0%, 10%) |
| LAB | lab(83.0 5.8 -12.0) |
| LCH | lch(83.0 13.3 295.8) |
| OKLCH | oklch(0.855 0.035 291.2) |
Copy-ready code
/* CSS */
color: #cfcce5;
background-color: #cfcce5;
/* Tailwind (arbitrary) */
class="text-[#cfcce5] bg-[#cfcce5]"
/* SCSS */
$brand: #cfcce5;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.898)
/* Android */
Color.parseColor("#cfcce5")Accessibility — WCAG contrast
Aa
#cfcce5 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcce5 on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue89.8%
CMYK percentages
Cyan9.6%
Magenta10.9%
Yellow0.0%
Key (black)10.2%
Color previews
#cfcce5 text on a black background
contrast 13.42:1
Card sample
#cfcce5 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcce5;
Background color
Panel with #cfcce5 background
background-color: #cfcce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcce5; background: linear-gradient(135deg, #cfcce5, #E0CCE5);