#ceb4ee
a light, vivid violet · warm · closest name: plum
RGB
206, 180, 238
HSL
267°, 63%, 82%
CMYK
13, 24, 0, 7
Luminance
0.5194
Every format
| HEX | #ceb4ee |
| RGB | rgb(206, 180, 238) |
| HSL | hsl(267, 63%, 82%) |
| CMYK | cmyk(13%, 24%, 0%, 7%) |
| LAB | lab(77.2 20.2 -25.4) |
| LCH | lch(77.2 32.5 308.5) |
| OKLCH | oklch(0.812 0.085 305.0) |
Copy-ready code
/* CSS */
color: #ceb4ee;
background-color: #ceb4ee;
/* Tailwind (arbitrary) */
class="text-[#ceb4ee] bg-[#ceb4ee]"
/* SCSS */
$brand: #ceb4ee;
/* SwiftUI */
Color(red: 0.808, green: 0.706, blue: 0.933)
/* Android */
Color.parseColor("#ceb4ee")Accessibility — WCAG contrast
Aa
#ceb4ee on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb4ee on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green70.6%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta24.4%
Yellow0.0%
Key (black)6.7%
Color previews
#ceb4ee text on a black background
contrast 11.39:1
Card sample
#ceb4ee text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb4ee;
Background color
Panel with #ceb4ee background
background-color: #ceb4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 180, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 180, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb4ee; background: linear-gradient(135deg, #ceb4ee, #EEB4E7);