#cebdef
a light, vivid violet · warm · closest name: plum
RGB
206, 189, 239
HSL
260°, 61%, 84%
CMYK
14, 21, 0, 6
Luminance
0.5575
Every format
| HEX | #cebdef |
| RGB | rgb(206, 189, 239) |
| HSL | hsl(260, 61%, 84%) |
| CMYK | cmyk(14%, 21%, 0%, 6%) |
| LAB | lab(79.5 15.6 -22.6) |
| LCH | lch(79.5 27.4 304.6) |
| OKLCH | oklch(0.829 0.071 300.4) |
Copy-ready code
/* CSS */
color: #cebdef;
background-color: #cebdef;
/* Tailwind (arbitrary) */
class="text-[#cebdef] bg-[#cebdef]"
/* SCSS */
$brand: #cebdef;
/* SwiftUI */
Color(red: 0.808, green: 0.741, blue: 0.937)
/* Android */
Color.parseColor("#cebdef")Accessibility — WCAG contrast
Aa
#cebdef on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebdef on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.1%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta20.9%
Yellow0.0%
Key (black)6.3%
Color previews
#cebdef text on a black background
contrast 12.15:1
Card sample
#cebdef text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebdef;
Background color
Panel with #cebdef background
background-color: #cebdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 189, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 189, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebdef; background: linear-gradient(135deg, #cebdef, #EFBDEF);