#ceb7f7
a light, electric violet · warm · closest name: plum
RGB
206, 183, 247
HSL
262°, 80%, 84%
CMYK
17, 26, 0, 3
Luminance
0.5370
Every format
| HEX | #ceb7f7 |
| RGB | rgb(206, 183, 247) |
| HSL | hsl(262, 80%, 84%) |
| CMYK | cmyk(17%, 26%, 0%, 3%) |
| LAB | lab(78.3 20.5 -28.7) |
| LCH | lch(78.3 35.3 305.6) |
| OKLCH | oklch(0.821 0.092 300.9) |
Copy-ready code
/* CSS */
color: #ceb7f7;
background-color: #ceb7f7;
/* Tailwind (arbitrary) */
class="text-[#ceb7f7] bg-[#ceb7f7]"
/* SCSS */
$brand: #ceb7f7;
/* SwiftUI */
Color(red: 0.808, green: 0.718, blue: 0.969)
/* Android */
Color.parseColor("#ceb7f7")Accessibility — WCAG contrast
Aa
#ceb7f7 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb7f7 on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.8%
Blue96.9%
CMYK percentages
Cyan16.6%
Magenta25.9%
Yellow0.0%
Key (black)3.1%
Color previews
#ceb7f7 text on a black background
contrast 11.74:1
Card sample
#ceb7f7 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb7f7;
Background color
Panel with #ceb7f7 background
background-color: #ceb7f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb7f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 183, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 183, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb7f7; background: linear-gradient(135deg, #ceb7f7, #F7B7F5);