#cf9feb
a light, vivid violet · warm · closest name: plum
RGB
207, 159, 235
HSL
278°, 66%, 77%
CMYK
12, 32, 0, 8
Luminance
0.4406
Every format
| HEX | #cf9feb |
| RGB | rgb(207, 159, 235) |
| HSL | hsl(278, 66%, 77%) |
| CMYK | cmyk(12%, 32%, 0%, 8%) |
| LAB | lab(72.3 31.4 -31.4) |
| LCH | lch(72.3 44.4 314.9) |
| OKLCH | oklch(0.773 0.117 312.6) |
Copy-ready code
/* CSS */
color: #cf9feb;
background-color: #cf9feb;
/* Tailwind (arbitrary) */
class="text-[#cf9feb] bg-[#cf9feb]"
/* SCSS */
$brand: #cf9feb;
/* SwiftUI */
Color(red: 0.812, green: 0.624, blue: 0.922)
/* Android */
Color.parseColor("#cf9feb")Accessibility — WCAG contrast
Aa
#cf9feb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9feb on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.4%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta32.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cf9feb text on a black background
contrast 9.81:1
Card sample
#cf9feb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9feb;
Background color
Panel with #cf9feb background
background-color: #cf9feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 159, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 159, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9feb; background: linear-gradient(135deg, #cf9feb, #EB9FD4);