#cfc3f3
a pale, vivid violet · warm · closest name: lavender
RGB
207, 195, 243
HSL
255°, 67%, 86%
CMYK
15, 20, 0, 5
Luminance
0.5877
Every format
| HEX | #cfc3f3 |
| RGB | rgb(207, 195, 243) |
| HSL | hsl(255, 67%, 86%) |
| CMYK | cmyk(15%, 20%, 0%, 5%) |
| LAB | lab(81.2 13.5 -22.2) |
| LCH | lch(81.2 25.9 301.3) |
| OKLCH | oklch(0.843 0.067 296.4) |
Copy-ready code
/* CSS */
color: #cfc3f3;
background-color: #cfc3f3;
/* Tailwind (arbitrary) */
class="text-[#cfc3f3] bg-[#cfc3f3]"
/* SCSS */
$brand: #cfc3f3;
/* SwiftUI */
Color(red: 0.812, green: 0.765, blue: 0.953)
/* Android */
Color.parseColor("#cfc3f3")Accessibility — WCAG contrast
Aa
#cfc3f3 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc3f3 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.5%
Blue95.3%
CMYK percentages
Cyan14.8%
Magenta19.8%
Yellow0.0%
Key (black)4.7%
Color previews
#cfc3f3 text on a black background
contrast 12.75:1
Card sample
#cfc3f3 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc3f3;
Background color
Panel with #cfc3f3 background
background-color: #cfc3f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc3f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 195, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 195, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc3f3; background: linear-gradient(135deg, #cfc3f3, #EFC3F3);