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