#cfb4da
a light, soft violet · warm · closest name: plum
RGB
207, 180, 218
HSL
283°, 34%, 78%
CMYK
5, 17, 0, 15
Luminance
0.5097
Every format
| HEX | #cfb4da |
| RGB | rgb(207, 180, 218) |
| HSL | hsl(283, 34%, 78%) |
| CMYK | cmyk(5%, 17%, 0%, 15%) |
| LAB | lab(76.7 16.5 -15.5) |
| LCH | lch(76.7 22.6 316.8) |
| OKLCH | oklch(0.805 0.060 316.2) |
Copy-ready code
/* CSS */
color: #cfb4da;
background-color: #cfb4da;
/* Tailwind (arbitrary) */
class="text-[#cfb4da] bg-[#cfb4da]"
/* SCSS */
$brand: #cfb4da;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.855)
/* Android */
Color.parseColor("#cfb4da")Accessibility — WCAG contrast
Aa
#cfb4da on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb4da on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta17.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cfb4da text on a black background
contrast 11.19:1
Card sample
#cfb4da text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb4da;
Background color
Panel with #cfb4da background
background-color: #cfb4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb4da; background: linear-gradient(135deg, #cfb4da, #DAB4CC);