#cf9eef
a light, vivid violet · warm · closest name: plum
RGB
207, 158, 239
HSL
276°, 72%, 78%
CMYK
13, 34, 0, 6
Luminance
0.4395
Every format
| HEX | #cf9eef |
| RGB | rgb(207, 158, 239) |
| HSL | hsl(276, 72%, 78%) |
| CMYK | cmyk(13%, 34%, 0%, 6%) |
| LAB | lab(72.2 32.8 -33.7) |
| LCH | lch(72.2 47.0 314.2) |
| OKLCH | oklch(0.773 0.124 311.4) |
Copy-ready code
/* CSS */
color: #cf9eef;
background-color: #cf9eef;
/* Tailwind (arbitrary) */
class="text-[#cf9eef] bg-[#cf9eef]"
/* SCSS */
$brand: #cf9eef;
/* SwiftUI */
Color(red: 0.812, green: 0.620, blue: 0.937)
/* Android */
Color.parseColor("#cf9eef")Accessibility — WCAG contrast
Aa
#cf9eef on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9eef on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.0%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta33.9%
Yellow0.0%
Key (black)6.3%
Color previews
#cf9eef text on a black background
contrast 9.79:1
Card sample
#cf9eef text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9eef;
Background color
Panel with #cf9eef background
background-color: #cf9eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 158, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 158, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9eef; background: linear-gradient(135deg, #cf9eef, #EF9ED9);