#cf9fee
a light, vivid violet · warm · closest name: plum
RGB
207, 159, 238
HSL
277°, 70%, 78%
CMYK
13, 33, 0, 7
Luminance
0.4423
Every format
| HEX | #cf9fee |
| RGB | rgb(207, 159, 238) |
| HSL | hsl(277, 70%, 78%) |
| CMYK | cmyk(13%, 33%, 0%, 7%) |
| LAB | lab(72.4 32.0 -32.9) |
| LCH | lch(72.4 45.9 314.2) |
| OKLCH | oklch(0.775 0.121 311.5) |
Copy-ready code
/* CSS */
color: #cf9fee;
background-color: #cf9fee;
/* Tailwind (arbitrary) */
class="text-[#cf9fee] bg-[#cf9fee]"
/* SCSS */
$brand: #cf9fee;
/* SwiftUI */
Color(red: 0.812, green: 0.624, blue: 0.933)
/* Android */
Color.parseColor("#cf9fee")Accessibility — WCAG contrast
Aa
#cf9fee on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9fee on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.4%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta33.2%
Yellow0.0%
Key (black)6.7%
Color previews
#cf9fee text on a black background
contrast 9.85:1
Card sample
#cf9fee text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9fee;
Background color
Panel with #cf9fee background
background-color: #cf9fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 159, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 159, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9fee; background: linear-gradient(135deg, #cf9fee, #EE9FD8);