#cfb4f8
a light, electric violet · warm · closest name: plum
RGB
207, 180, 248
HSL
264°, 83%, 84%
CMYK
17, 27, 0, 3
Luminance
0.5269
Every format
| HEX | #cfb4f8 |
| RGB | rgb(207, 180, 248) |
| HSL | hsl(264, 83%, 84%) |
| CMYK | cmyk(17%, 27%, 0%, 3%) |
| LAB | lab(77.7 22.7 -30.1) |
| LCH | lch(77.7 37.7 306.9) |
| OKLCH | oklch(0.817 0.098 302.5) |
Copy-ready code
/* CSS */
color: #cfb4f8;
background-color: #cfb4f8;
/* Tailwind (arbitrary) */
class="text-[#cfb4f8] bg-[#cfb4f8]"
/* SCSS */
$brand: #cfb4f8;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.973)
/* Android */
Color.parseColor("#cfb4f8")Accessibility — WCAG contrast
Aa
#cfb4f8 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb4f8 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta27.4%
Yellow0.0%
Key (black)2.7%
Color previews
#cfb4f8 text on a black background
contrast 11.54:1
Card sample
#cfb4f8 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb4f8;
Background color
Panel with #cfb4f8 background
background-color: #cfb4f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb4f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb4f8; background: linear-gradient(135deg, #cfb4f8, #F8B4F4);