#cfb8f3
a light, vivid violet · warm · closest name: plum
RGB
207, 184, 243
HSL
263°, 71%, 84%
CMYK
15, 24, 0, 5
Luminance
0.5402
Every format
| HEX | #cfb8f3 |
| RGB | rgb(207, 184, 243) |
| HSL | hsl(263, 71%, 84%) |
| CMYK | cmyk(15%, 24%, 0%, 5%) |
| LAB | lab(78.5 19.4 -26.3) |
| LCH | lch(78.5 32.7 306.5) |
| OKLCH | oklch(0.822 0.085 302.4) |
Copy-ready code
/* CSS */
color: #cfb8f3;
background-color: #cfb8f3;
/* Tailwind (arbitrary) */
class="text-[#cfb8f3] bg-[#cfb8f3]"
/* SCSS */
$brand: #cfb8f3;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.953)
/* Android */
Color.parseColor("#cfb8f3")Accessibility — WCAG contrast
Aa
#cfb8f3 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb8f3 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue95.3%
CMYK percentages
Cyan14.8%
Magenta24.3%
Yellow0.0%
Key (black)4.7%
Color previews
#cfb8f3 text on a black background
contrast 11.80:1
Card sample
#cfb8f3 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb8f3;
Background color
Panel with #cfb8f3 background
background-color: #cfb8f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb8f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb8f3; background: linear-gradient(135deg, #cfb8f3, #F3B8F0);