#cfabda
a light, soft violet · warm · closest name: plum
RGB
207, 171, 218
HSL
286°, 39%, 76%
CMYK
5, 22, 0, 15
Luminance
0.4745
Every format
| HEX | #cfabda |
| RGB | rgb(207, 171, 218) |
| HSL | hsl(286, 39%, 76%) |
| CMYK | cmyk(5%, 22%, 0%, 15%) |
| LAB | lab(74.5 21.4 -18.8) |
| LCH | lch(74.5 28.5 318.7) |
| OKLCH | oklch(0.788 0.076 318.2) |
Copy-ready code
/* CSS */
color: #cfabda;
background-color: #cfabda;
/* Tailwind (arbitrary) */
class="text-[#cfabda] bg-[#cfabda]"
/* SCSS */
$brand: #cfabda;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.855)
/* Android */
Color.parseColor("#cfabda")Accessibility — WCAG contrast
Aa
#cfabda on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabda on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta21.6%
Yellow0.0%
Key (black)14.5%
Color previews
#cfabda text on a black background
contrast 10.49:1
Card sample
#cfabda text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabda;
Background color
Panel with #cfabda background
background-color: #cfabda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabda; background: linear-gradient(135deg, #cfabda, #DAABC6);