#cf8eee
a light, vivid violet · warm · closest name: violet
RGB
207, 142, 238
HSL
281°, 74%, 75%
CMYK
13, 40, 0, 7
Luminance
0.3878
Every format
| HEX | #cf8eee |
| RGB | rgb(207, 142, 238) |
| HSL | hsl(281, 74%, 75%) |
| CMYK | cmyk(13%, 40%, 0%, 7%) |
| LAB | lab(68.6 41.2 -38.8) |
| LCH | lch(68.6 56.6 316.7) |
| OKLCH | oklch(0.746 0.149 314.2) |
Copy-ready code
/* CSS */
color: #cf8eee;
background-color: #cf8eee;
/* Tailwind (arbitrary) */
class="text-[#cf8eee] bg-[#cf8eee]"
/* SCSS */
$brand: #cf8eee;
/* SwiftUI */
Color(red: 0.812, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#cf8eee")Accessibility — WCAG contrast
Aa
#cf8eee on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8eee on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green55.7%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#cf8eee text on a black background
contrast 8.76:1
Card sample
#cf8eee text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8eee;
Background color
Panel with #cf8eee background
background-color: #cf8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8eee; background: linear-gradient(135deg, #cf8eee, #EE8ECD);