#cf8eef
a light, electric violet · warm · closest name: violet
RGB
207, 142, 239
HSL
280°, 75%, 75%
CMYK
13, 41, 0, 6
Luminance
0.3884
Every format
| HEX | #cf8eef |
| RGB | rgb(207, 142, 239) |
| HSL | hsl(280, 75%, 75%) |
| CMYK | cmyk(13%, 41%, 0%, 6%) |
| LAB | lab(68.6 41.4 -39.3) |
| LCH | lch(68.6 57.1 316.5) |
| OKLCH | oklch(0.746 0.151 313.9) |
Copy-ready code
/* CSS */
color: #cf8eef;
background-color: #cf8eef;
/* Tailwind (arbitrary) */
class="text-[#cf8eef] bg-[#cf8eef]"
/* SCSS */
$brand: #cf8eef;
/* SwiftUI */
Color(red: 0.812, green: 0.557, blue: 0.937)
/* Android */
Color.parseColor("#cf8eef")Accessibility — WCAG contrast
Aa
#cf8eef on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8eef on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green55.7%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta40.6%
Yellow0.0%
Key (black)6.3%
Color previews
#cf8eef text on a black background
contrast 8.77:1
Card sample
#cf8eef text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8eef;
Background color
Panel with #cf8eef background
background-color: #cf8eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 142, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 142, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8eef; background: linear-gradient(135deg, #cf8eef, #EF8ECE);