#cfc4f0
a pale, vivid violet · warm · closest name: lavender
RGB
207, 196, 240
HSL
255°, 60%, 86%
CMYK
14, 18, 0, 6
Luminance
0.5904
Every format
| HEX | #cfc4f0 |
| RGB | rgb(207, 196, 240) |
| HSL | hsl(255, 60%, 86%) |
| CMYK | cmyk(14%, 18%, 0%, 6%) |
| LAB | lab(81.3 12.3 -20.3) |
| LCH | lch(81.3 23.8 301.2) |
| OKLCH | oklch(0.844 0.062 296.5) |
Copy-ready code
/* CSS */
color: #cfc4f0;
background-color: #cfc4f0;
/* Tailwind (arbitrary) */
class="text-[#cfc4f0] bg-[#cfc4f0]"
/* SCSS */
$brand: #cfc4f0;
/* SwiftUI */
Color(red: 0.812, green: 0.769, blue: 0.941)
/* Android */
Color.parseColor("#cfc4f0")Accessibility — WCAG contrast
Aa
#cfc4f0 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc4f0 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.9%
Blue94.1%
CMYK percentages
Cyan13.7%
Magenta18.3%
Yellow0.0%
Key (black)5.9%
Color previews
#cfc4f0 text on a black background
contrast 12.81:1
Card sample
#cfc4f0 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc4f0;
Background color
Panel with #cfc4f0 background
background-color: #cfc4f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc4f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 196, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 196, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc4f0; background: linear-gradient(135deg, #cfc4f0, #ECC4F0);