#cfb2da
a light, soft violet · warm · closest name: plum
RGB
207, 178, 218
HSL
284°, 35%, 78%
CMYK
5, 18, 0, 15
Luminance
0.5017
Every format
| HEX | #cfb2da |
| RGB | rgb(207, 178, 218) |
| HSL | hsl(284, 35%, 78%) |
| CMYK | cmyk(5%, 18%, 0%, 15%) |
| LAB | lab(76.2 17.6 -16.2) |
| LCH | lch(76.2 23.9 317.3) |
| OKLCH | oklch(0.801 0.064 316.7) |
Copy-ready code
/* CSS */
color: #cfb2da;
background-color: #cfb2da;
/* Tailwind (arbitrary) */
class="text-[#cfb2da] bg-[#cfb2da]"
/* SCSS */
$brand: #cfb2da;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.855)
/* Android */
Color.parseColor("#cfb2da")Accessibility — WCAG contrast
Aa
#cfb2da on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2da on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta18.3%
Yellow0.0%
Key (black)14.5%
Color previews
#cfb2da text on a black background
contrast 11.03:1
Card sample
#cfb2da text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2da;
Background color
Panel with #cfb2da background
background-color: #cfb2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2da; background: linear-gradient(135deg, #cfb2da, #DAB2CA);