#cf9cef
a light, vivid violet · warm · closest name: plum
RGB
207, 156, 239
HSL
277°, 72%, 78%
CMYK
13, 35, 0, 6
Luminance
0.4327
Every format
| HEX | #cf9cef |
| RGB | rgb(207, 156, 239) |
| HSL | hsl(277, 72%, 78%) |
| CMYK | cmyk(13%, 35%, 0%, 6%) |
| LAB | lab(71.7 33.9 -34.5) |
| LCH | lch(71.7 48.3 314.5) |
| OKLCH | oklch(0.770 0.127 311.7) |
Copy-ready code
/* CSS */
color: #cf9cef;
background-color: #cf9cef;
/* Tailwind (arbitrary) */
class="text-[#cf9cef] bg-[#cf9cef]"
/* SCSS */
$brand: #cf9cef;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.937)
/* Android */
Color.parseColor("#cf9cef")Accessibility — WCAG contrast
Aa
#cf9cef on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9cef on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta34.7%
Yellow0.0%
Key (black)6.3%
Color previews
#cf9cef text on a black background
contrast 9.65:1
Card sample
#cf9cef text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9cef;
Background color
Panel with #cf9cef background
background-color: #cf9cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9cef; background: linear-gradient(135deg, #cf9cef, #EF9CD8);