#cebfd8
a light, soft violet · warm · closest name: lavender
RGB
206, 191, 216
HSL
276°, 24%, 80%
CMYK
5, 12, 0, 15
Luminance
0.5534
Every format
| HEX | #cebfd8 |
| RGB | rgb(206, 191, 216) |
| HSL | hsl(276, 24%, 80%) |
| CMYK | cmyk(5%, 12%, 0%, 15%) |
| LAB | lab(79.2 9.8 -10.6) |
| LCH | lch(79.2 14.4 313.0) |
| OKLCH | oklch(0.825 0.038 312.0) |
Copy-ready code
/* CSS */
color: #cebfd8;
background-color: #cebfd8;
/* Tailwind (arbitrary) */
class="text-[#cebfd8] bg-[#cebfd8]"
/* SCSS */
$brand: #cebfd8;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#cebfd8")Accessibility — WCAG contrast
Aa
#cebfd8 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfd8 on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue84.7%
CMYK percentages
Cyan4.6%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#cebfd8 text on a black background
contrast 12.07:1
Card sample
#cebfd8 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfd8;
Background color
Panel with #cebfd8 background
background-color: #cebfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfd8; background: linear-gradient(135deg, #cebfd8, #D8BFD1);