#cebada
a light, soft violet · warm · closest name: lavender
RGB
206, 186, 218
HSL
278°, 30%, 79%
CMYK
6, 15, 0, 15
Luminance
0.5330
Every format
| HEX | #cebada |
| RGB | rgb(206, 186, 218) |
| HSL | hsl(278, 30%, 79%) |
| CMYK | cmyk(6%, 15%, 0%, 15%) |
| LAB | lab(78.0 12.9 -13.4) |
| LCH | lch(78.0 18.6 313.9) |
| OKLCH | oklch(0.816 0.049 312.9) |
Copy-ready code
/* CSS */
color: #cebada;
background-color: #cebada;
/* Tailwind (arbitrary) */
class="text-[#cebada] bg-[#cebada]"
/* SCSS */
$brand: #cebada;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.855)
/* Android */
Color.parseColor("#cebada")Accessibility — WCAG contrast
Aa
#cebada on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebada on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta14.7%
Yellow0.0%
Key (black)14.5%
Color previews
#cebada text on a black background
contrast 11.66:1
Card sample
#cebada text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebada;
Background color
Panel with #cebada background
background-color: #cebada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebada; background: linear-gradient(135deg, #cebada, #DABAD1);