#cfabef
a light, vivid violet · warm · closest name: plum
RGB
207, 171, 239
HSL
272°, 68%, 80%
CMYK
13, 29, 0, 6
Luminance
0.4862
Every format
| HEX | #cfabef |
| RGB | rgb(207, 171, 239) |
| HSL | hsl(272, 68%, 80%) |
| CMYK | cmyk(13%, 29%, 0%, 6%) |
| LAB | lab(75.2 25.7 -29.1) |
| LCH | lch(75.2 38.8 311.4) |
| OKLCH | oklch(0.796 0.102 308.3) |
Copy-ready code
/* CSS */
color: #cfabef;
background-color: #cfabef;
/* Tailwind (arbitrary) */
class="text-[#cfabef] bg-[#cfabef]"
/* SCSS */
$brand: #cfabef;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.937)
/* Android */
Color.parseColor("#cfabef")Accessibility — WCAG contrast
Aa
#cfabef on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabef on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta28.5%
Yellow0.0%
Key (black)6.3%
Color previews
#cfabef text on a black background
contrast 10.72:1
Card sample
#cfabef text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabef;
Background color
Panel with #cfabef background
background-color: #cfabef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabef; background: linear-gradient(135deg, #cfabef, #EFABE2);