#cebede
a light, soft violet · warm · closest name: lavender
RGB
206, 190, 222
HSL
270°, 33%, 81%
CMYK
7, 14, 0, 13
Luminance
0.5522
Every format
| HEX | #cebede |
| RGB | rgb(206, 190, 222) |
| HSL | hsl(270, 33%, 81%) |
| CMYK | cmyk(7%, 14%, 0%, 13%) |
| LAB | lab(79.2 11.6 -13.9) |
| LCH | lch(79.2 18.1 309.7) |
| OKLCH | oklch(0.825 0.047 307.8) |
Copy-ready code
/* CSS */
color: #cebede;
background-color: #cebede;
/* Tailwind (arbitrary) */
class="text-[#cebede] bg-[#cebede]"
/* SCSS */
$brand: #cebede;
/* SwiftUI */
Color(red: 0.808, green: 0.745, blue: 0.871)
/* Android */
Color.parseColor("#cebede")Accessibility — WCAG contrast
Aa
#cebede on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebede on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.5%
Blue87.1%
CMYK percentages
Cyan7.2%
Magenta14.4%
Yellow0.0%
Key (black)12.9%
Color previews
#cebede text on a black background
contrast 12.04:1
Card sample
#cebede text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebede;
Background color
Panel with #cebede background
background-color: #cebede;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebede;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 190, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 190, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebede; background: linear-gradient(135deg, #cebede, #DEBED9);