#cfc6ec
a pale, vivid blue · warm · closest name: lavender
RGB
207, 198, 236
HSL
254°, 50%, 85%
CMYK
12, 16, 0, 8
Luminance
0.5971
Every format
| HEX | #cfc6ec |
| RGB | rgb(207, 198, 236) |
| HSL | hsl(254, 50%, 85%) |
| CMYK | cmyk(12%, 16%, 0%, 8%) |
| LAB | lab(81.7 10.4 -17.6) |
| LCH | lch(81.7 20.5 300.5) |
| OKLCH | oklch(0.846 0.053 296.1) |
Copy-ready code
/* CSS */
color: #cfc6ec;
background-color: #cfc6ec;
/* Tailwind (arbitrary) */
class="text-[#cfc6ec] bg-[#cfc6ec]"
/* SCSS */
$brand: #cfc6ec;
/* SwiftUI */
Color(red: 0.812, green: 0.776, blue: 0.925)
/* Android */
Color.parseColor("#cfc6ec")Accessibility — WCAG contrast
Aa
#cfc6ec on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc6ec on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green77.6%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta16.1%
Yellow0.0%
Key (black)7.5%
Color previews
#cfc6ec text on a black background
contrast 12.94:1
Card sample
#cfc6ec text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc6ec;
Background color
Panel with #cfc6ec background
background-color: #cfc6ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc6ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 198, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 198, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc6ec; background: linear-gradient(135deg, #cfc6ec, #E8C6EC);