#cfafef
a light, vivid violet · warm · closest name: plum
RGB
207, 175, 239
HSL
270°, 67%, 81%
CMYK
13, 27, 0, 6
Luminance
0.5016
Every format
| HEX | #cfafef |
| RGB | rgb(207, 175, 239) |
| HSL | hsl(270, 67%, 81%) |
| CMYK | cmyk(13%, 27%, 0%, 6%) |
| LAB | lab(76.2 23.5 -27.6) |
| LCH | lch(76.2 36.3 310.4) |
| OKLCH | oklch(0.804 0.095 307.1) |
Copy-ready code
/* CSS */
color: #cfafef;
background-color: #cfafef;
/* Tailwind (arbitrary) */
class="text-[#cfafef] bg-[#cfafef]"
/* SCSS */
$brand: #cfafef;
/* SwiftUI */
Color(red: 0.812, green: 0.686, blue: 0.937)
/* Android */
Color.parseColor("#cfafef")Accessibility — WCAG contrast
Aa
#cfafef on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfafef on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green68.6%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta26.8%
Yellow0.0%
Key (black)6.3%
Color previews
#cfafef text on a black background
contrast 11.03:1
Card sample
#cfafef text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfafef;
Background color
Panel with #cfafef background
background-color: #cfafef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfafef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 175, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 175, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfafef; background: linear-gradient(135deg, #cfafef, #EFAFE4);