#cfb0da
a light, soft violet · warm · closest name: plum
RGB
207, 176, 218
HSL
284°, 36%, 77%
CMYK
5, 19, 0, 15
Luminance
0.4938
Every format
| HEX | #cfb0da |
| RGB | rgb(207, 176, 218) |
| HSL | hsl(284, 36%, 77%) |
| CMYK | cmyk(5%, 19%, 0%, 15%) |
| LAB | lab(75.7 18.7 -17.0) |
| LCH | lch(75.7 25.2 317.8) |
| OKLCH | oklch(0.798 0.067 317.2) |
Copy-ready code
/* CSS */
color: #cfb0da;
background-color: #cfb0da;
/* Tailwind (arbitrary) */
class="text-[#cfb0da] bg-[#cfb0da]"
/* SCSS */
$brand: #cfb0da;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.855)
/* Android */
Color.parseColor("#cfb0da")Accessibility — WCAG contrast
Aa
#cfb0da on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb0da on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta19.3%
Yellow0.0%
Key (black)14.5%
Color previews
#cfb0da text on a black background
contrast 10.88:1
Card sample
#cfb0da text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb0da;
Background color
Panel with #cfb0da background
background-color: #cfb0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb0da; background: linear-gradient(135deg, #cfb0da, #DAB0C9);