#cfccf1
a pale, vivid blue · warm · closest name: lavender
RGB
207, 204, 241
HSL
245°, 57%, 87%
CMYK
14, 15, 0, 6
Luminance
0.6280
Every format
| HEX | #cfccf1 |
| RGB | rgb(207, 204, 241) |
| HSL | hsl(245, 57%, 87%) |
| CMYK | cmyk(14%, 15%, 0%, 6%) |
| LAB | lab(83.3 8.2 -17.8) |
| LCH | lch(83.3 19.6 294.8) |
| OKLCH | oklch(0.859 0.051 289.0) |
Copy-ready code
/* CSS */
color: #cfccf1;
background-color: #cfccf1;
/* Tailwind (arbitrary) */
class="text-[#cfccf1] bg-[#cfccf1]"
/* SCSS */
$brand: #cfccf1;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.945)
/* Android */
Color.parseColor("#cfccf1")Accessibility — WCAG contrast
Aa
#cfccf1 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccf1 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta15.4%
Yellow0.0%
Key (black)5.5%
Color previews
#cfccf1 text on a black background
contrast 13.56:1
Card sample
#cfccf1 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccf1;
Background color
Panel with #cfccf1 background
background-color: #cfccf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccf1; background: linear-gradient(135deg, #cfccf1, #E8CCF1);