#cfbbf8
a pale, electric violet · warm · closest name: plum
RGB
207, 187, 248
HSL
260°, 81%, 85%
CMYK
17, 25, 0, 3
Luminance
0.5558
Every format
| HEX | #cfbbf8 |
| RGB | rgb(207, 187, 248) |
| HSL | hsl(260, 81%, 85%) |
| CMYK | cmyk(17%, 25%, 0%, 3%) |
| LAB | lab(79.4 18.9 -27.6) |
| LCH | lch(79.4 33.4 304.4) |
| OKLCH | oklch(0.830 0.087 299.5) |
Copy-ready code
/* CSS */
color: #cfbbf8;
background-color: #cfbbf8;
/* Tailwind (arbitrary) */
class="text-[#cfbbf8] bg-[#cfbbf8]"
/* SCSS */
$brand: #cfbbf8;
/* SwiftUI */
Color(red: 0.812, green: 0.733, blue: 0.973)
/* Android */
Color.parseColor("#cfbbf8")Accessibility — WCAG contrast
Aa
#cfbbf8 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbbf8 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.3%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta24.6%
Yellow0.0%
Key (black)2.7%
Color previews
#cfbbf8 text on a black background
contrast 12.12:1
Card sample
#cfbbf8 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbbf8;
Background color
Panel with #cfbbf8 background
background-color: #cfbbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 187, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 187, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbbf8; background: linear-gradient(135deg, #cfbbf8, #F8BBF8);