#cf8feb
a light, vivid violet · warm · closest name: violet
RGB
207, 143, 235
HSL
282°, 70%, 74%
CMYK
12, 39, 0, 8
Luminance
0.3891
Every format
| HEX | #cf8feb |
| RGB | rgb(207, 143, 235) |
| HSL | hsl(282, 70%, 74%) |
| CMYK | cmyk(12%, 39%, 0%, 8%) |
| LAB | lab(68.7 40.1 -37.0) |
| LCH | lch(68.7 54.5 317.3) |
| OKLCH | oklch(0.746 0.144 315.1) |
Copy-ready code
/* CSS */
color: #cf8feb;
background-color: #cf8feb;
/* Tailwind (arbitrary) */
class="text-[#cf8feb] bg-[#cf8feb]"
/* SCSS */
$brand: #cf8feb;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.922)
/* Android */
Color.parseColor("#cf8feb")Accessibility — WCAG contrast
Aa
#cf8feb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8feb on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta39.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cf8feb text on a black background
contrast 8.78:1
Card sample
#cf8feb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8feb;
Background color
Panel with #cf8feb background
background-color: #cf8feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8feb; background: linear-gradient(135deg, #cf8feb, #EB8FCA);