#cfb8df
a light, soft violet · warm · closest name: plum
RGB
207, 184, 223
HSL
275°, 38%, 80%
CMYK
7, 18, 0, 13
Luminance
0.5287
Every format
| HEX | #cfb8df |
| RGB | rgb(207, 184, 223) |
| HSL | hsl(275, 38%, 80%) |
| CMYK | cmyk(7%, 18%, 0%, 13%) |
| LAB | lab(77.8 15.3 -16.5) |
| LCH | lch(77.8 22.5 312.9) |
| OKLCH | oklch(0.815 0.059 311.4) |
Copy-ready code
/* CSS */
color: #cfb8df;
background-color: #cfb8df;
/* Tailwind (arbitrary) */
class="text-[#cfb8df] bg-[#cfb8df]"
/* SCSS */
$brand: #cfb8df;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.875)
/* Android */
Color.parseColor("#cfb8df")Accessibility — WCAG contrast
Aa
#cfb8df on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb8df on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta17.5%
Yellow0.0%
Key (black)12.5%
Color previews
#cfb8df text on a black background
contrast 11.57:1
Card sample
#cfb8df text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb8df;
Background color
Panel with #cfb8df background
background-color: #cfb8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb8df; background: linear-gradient(135deg, #cfb8df, #DFB8D5);