#cebcdc
a light, soft violet · warm · closest name: lavender
RGB
206, 188, 220
HSL
274°, 31%, 80%
CMYK
6, 15, 0, 14
Luminance
0.5426
Every format
| HEX | #cebcdc |
| RGB | rgb(206, 188, 220) |
| HSL | hsl(274, 31%, 80%) |
| CMYK | cmyk(6%, 15%, 0%, 14%) |
| LAB | lab(78.6 12.2 -13.7) |
| LCH | lch(78.6 18.3 311.9) |
| OKLCH | oklch(0.820 0.048 310.4) |
Copy-ready code
/* CSS */
color: #cebcdc;
background-color: #cebcdc;
/* Tailwind (arbitrary) */
class="text-[#cebcdc] bg-[#cebcdc]"
/* SCSS */
$brand: #cebcdc;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.863)
/* Android */
Color.parseColor("#cebcdc")Accessibility — WCAG contrast
Aa
#cebcdc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebcdc on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue86.3%
CMYK percentages
Cyan6.4%
Magenta14.5%
Yellow0.0%
Key (black)13.7%
Color previews
#cebcdc text on a black background
contrast 11.85:1
Card sample
#cebcdc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebcdc;
Background color
Panel with #cebcdc background
background-color: #cebcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebcdc; background: linear-gradient(135deg, #cebcdc, #DCBCD5);