#cebade
a light, soft violet · warm · closest name: lavender
RGB
206, 186, 222
HSL
273°, 35%, 80%
CMYK
7, 16, 0, 13
Luminance
0.5351
Every format
| HEX | #cebade |
| RGB | rgb(206, 186, 222) |
| HSL | hsl(273, 35%, 80%) |
| CMYK | cmyk(7%, 16%, 0%, 13%) |
| LAB | lab(78.2 13.7 -15.4) |
| LCH | lch(78.2 20.6 311.7) |
| OKLCH | oklch(0.817 0.054 310.1) |
Copy-ready code
/* CSS */
color: #cebade;
background-color: #cebade;
/* Tailwind (arbitrary) */
class="text-[#cebade] bg-[#cebade]"
/* SCSS */
$brand: #cebade;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#cebade")Accessibility — WCAG contrast
Aa
#cebade on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebade on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue87.1%
CMYK percentages
Cyan7.2%
Magenta16.2%
Yellow0.0%
Key (black)12.9%
Color previews
#cebade text on a black background
contrast 11.70:1
Card sample
#cebade text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebade;
Background color
Panel with #cebade background
background-color: #cebade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebade; background: linear-gradient(135deg, #cebade, #DEBAD6);