#cfb0fa
a light, electric violet · warm · closest name: plum
RGB
207, 176, 250
HSL
265°, 88%, 84%
CMYK
17, 30, 0, 2
Luminance
0.5122
Every format
| HEX | #cfb0fa |
| RGB | rgb(207, 176, 250) |
| HSL | hsl(265, 88%, 84%) |
| CMYK | cmyk(17%, 30%, 0%, 2%) |
| LAB | lab(76.8 25.3 -32.6) |
| LCH | lch(76.8 41.2 307.8) |
| OKLCH | oklch(0.810 0.107 303.3) |
Copy-ready code
/* CSS */
color: #cfb0fa;
background-color: #cfb0fa;
/* Tailwind (arbitrary) */
class="text-[#cfb0fa] bg-[#cfb0fa]"
/* SCSS */
$brand: #cfb0fa;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.980)
/* Android */
Color.parseColor("#cfb0fa")Accessibility — WCAG contrast
Aa
#cfb0fa on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb0fa on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue98.0%
CMYK percentages
Cyan17.2%
Magenta29.6%
Yellow0.0%
Key (black)2.0%
Color previews
#cfb0fa text on a black background
contrast 11.24:1
Card sample
#cfb0fa text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb0fa;
Background color
Panel with #cfb0fa background
background-color: #cfb0fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb0fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb0fa; background: linear-gradient(135deg, #cfb0fa, #FAB0F4);