#cfb6f9
a light, electric violet · warm · closest name: plum
RGB
207, 182, 249
HSL
262°, 85%, 85%
CMYK
17, 27, 0, 2
Luminance
0.5356
Every format
| HEX | #cfb6f9 |
| RGB | rgb(207, 182, 249) |
| HSL | hsl(262, 85%, 85%) |
| CMYK | cmyk(17%, 27%, 0%, 2%) |
| LAB | lab(78.2 21.8 -29.9) |
| LCH | lch(78.2 37.0 306.1) |
| OKLCH | oklch(0.821 0.096 301.4) |
Copy-ready code
/* CSS */
color: #cfb6f9;
background-color: #cfb6f9;
/* Tailwind (arbitrary) */
class="text-[#cfb6f9] bg-[#cfb6f9]"
/* SCSS */
$brand: #cfb6f9;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.976)
/* Android */
Color.parseColor("#cfb6f9")Accessibility — WCAG contrast
Aa
#cfb6f9 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb6f9 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue97.6%
CMYK percentages
Cyan16.9%
Magenta26.9%
Yellow0.0%
Key (black)2.4%
Color previews
#cfb6f9 text on a black background
contrast 11.71:1
Card sample
#cfb6f9 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb6f9;
Background color
Panel with #cfb6f9 background
background-color: #cfb6f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb6f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb6f9; background: linear-gradient(135deg, #cfb6f9, #F9B6F6);