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