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