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