#cfc8df
a light, soft violet · warm · closest name: lavender
RGB
207, 200, 223
HSL
258°, 26%, 83%
CMYK
7, 10, 0, 13
Luminance
0.5990
Every format
| HEX | #cfc8df |
| RGB | rgb(207, 200, 223) |
| HSL | hsl(258, 26%, 83%) |
| CMYK | cmyk(7%, 10%, 0%, 13%) |
| LAB | lab(81.8 6.7 -10.5) |
| LCH | lch(81.8 12.5 302.6) |
| OKLCH | oklch(0.846 0.033 299.6) |
Copy-ready code
/* CSS */
color: #cfc8df;
background-color: #cfc8df;
/* Tailwind (arbitrary) */
class="text-[#cfc8df] bg-[#cfc8df]"
/* SCSS */
$brand: #cfc8df;
/* SwiftUI */
Color(red: 0.812, green: 0.784, blue: 0.875)
/* Android */
Color.parseColor("#cfc8df")Accessibility — WCAG contrast
Aa
#cfc8df on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc8df on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.4%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta10.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cfc8df text on a black background
contrast 12.98:1
Card sample
#cfc8df text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc8df;
Background color
Panel with #cfc8df background
background-color: #cfc8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 200, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 200, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc8df; background: linear-gradient(135deg, #cfc8df, #DEC8DF);