#cfb5da
a light, soft violet · warm · closest name: plum
RGB
207, 181, 218
HSL
282°, 33%, 78%
CMYK
5, 17, 0, 15
Luminance
0.5138
Every format
| HEX | #cfb5da |
| RGB | rgb(207, 181, 218) |
| HSL | hsl(282, 33%, 78%) |
| CMYK | cmyk(5%, 17%, 0%, 15%) |
| LAB | lab(76.9 16.0 -15.1) |
| LCH | lch(76.9 22.0 316.5) |
| OKLCH | oklch(0.807 0.059 315.9) |
Copy-ready code
/* CSS */
color: #cfb5da;
background-color: #cfb5da;
/* Tailwind (arbitrary) */
class="text-[#cfb5da] bg-[#cfb5da]"
/* SCSS */
$brand: #cfb5da;
/* SwiftUI */
Color(red: 0.812, green: 0.710, blue: 0.855)
/* Android */
Color.parseColor("#cfb5da")Accessibility — WCAG contrast
Aa
#cfb5da on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb5da on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.0%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta17.0%
Yellow0.0%
Key (black)14.5%
Color previews
#cfb5da text on a black background
contrast 11.28:1
Card sample
#cfb5da text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb5da;
Background color
Panel with #cfb5da background
background-color: #cfb5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 181, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 181, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb5da; background: linear-gradient(135deg, #cfb5da, #DAB5CC);