#cfccf6
a pale, vivid blue · warm · closest name: lavender
RGB
207, 204, 246
HSL
244°, 70%, 88%
CMYK
16, 17, 0, 4
Luminance
0.6310
Every format
| HEX | #cfccf6 |
| RGB | rgb(207, 204, 246) |
| HSL | hsl(244, 70%, 88%) |
| CMYK | cmyk(16%, 17%, 0%, 4%) |
| LAB | lab(83.5 9.3 -20.2) |
| LCH | lch(83.5 22.3 294.7) |
| OKLCH | oklch(0.861 0.058 288.4) |
Copy-ready code
/* CSS */
color: #cfccf6;
background-color: #cfccf6;
/* Tailwind (arbitrary) */
class="text-[#cfccf6] bg-[#cfccf6]"
/* SCSS */
$brand: #cfccf6;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#cfccf6")Accessibility — WCAG contrast
Aa
#cfccf6 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccf6 on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue96.5%
CMYK percentages
Cyan15.9%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#cfccf6 text on a black background
contrast 13.62:1
Card sample
#cfccf6 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccf6;
Background color
Panel with #cfccf6 background
background-color: #cfccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccf6; background: linear-gradient(135deg, #cfccf6, #EBCCF6);