#cebdf9
a pale, electric violet · warm · closest name: plum
RGB
206, 189, 249
HSL
257°, 83%, 86%
CMYK
17, 24, 0, 2
Luminance
0.5636
Every format
| HEX | #cebdf9 |
| RGB | rgb(206, 189, 249) |
| HSL | hsl(257, 83%, 86%) |
| CMYK | cmyk(17%, 24%, 0%, 2%) |
| LAB | lab(79.8 17.7 -27.4) |
| LCH | lch(79.8 32.6 302.8) |
| OKLCH | oklch(0.833 0.085 297.5) |
Copy-ready code
/* CSS */
color: #cebdf9;
background-color: #cebdf9;
/* Tailwind (arbitrary) */
class="text-[#cebdf9] bg-[#cebdf9]"
/* SCSS */
$brand: #cebdf9;
/* SwiftUI */
Color(red: 0.808, green: 0.741, blue: 0.976)
/* Android */
Color.parseColor("#cebdf9")Accessibility — WCAG contrast
Aa
#cebdf9 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebdf9 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.1%
Blue97.6%
CMYK percentages
Cyan17.3%
Magenta24.1%
Yellow0.0%
Key (black)2.4%
Color previews
#cebdf9 text on a black background
contrast 12.27:1
Card sample
#cebdf9 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebdf9;
Background color
Panel with #cebdf9 background
background-color: #cebdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 189, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 189, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebdf9; background: linear-gradient(135deg, #cebdf9, #F6BDF9);