#cebcdb
a light, soft violet · warm · closest name: lavender
RGB
206, 188, 219
HSL
275°, 30%, 80%
CMYK
6, 14, 0, 14
Luminance
0.5420
Every format
| HEX | #cebcdb |
| RGB | rgb(206, 188, 219) |
| HSL | hsl(275, 30%, 80%) |
| CMYK | cmyk(6%, 14%, 0%, 14%) |
| LAB | lab(78.6 12.0 -13.2) |
| LCH | lch(78.6 17.8 312.4) |
| OKLCH | oklch(0.820 0.047 311.2) |
Copy-ready code
/* CSS */
color: #cebcdb;
background-color: #cebcdb;
/* Tailwind (arbitrary) */
class="text-[#cebcdb] bg-[#cebcdb]"
/* SCSS */
$brand: #cebcdb;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.859)
/* Android */
Color.parseColor("#cebcdb")Accessibility — WCAG contrast
Aa
#cebcdb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebcdb on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta14.2%
Yellow0.0%
Key (black)14.1%
Color previews
#cebcdb text on a black background
contrast 11.84:1
Card sample
#cebcdb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebcdb;
Background color
Panel with #cebcdb background
background-color: #cebcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebcdb; background: linear-gradient(135deg, #cebcdb, #DBBCD3);