#cebfd9
a light, soft violet · warm · closest name: lavender
RGB
206, 191, 217
HSL
275°, 26%, 80%
CMYK
5, 12, 0, 15
Luminance
0.5539
Every format
| HEX | #cebfd9 |
| RGB | rgb(206, 191, 217) |
| HSL | hsl(275, 26%, 80%) |
| CMYK | cmyk(5%, 12%, 0%, 15%) |
| LAB | lab(79.3 10.0 -11.1) |
| LCH | lch(79.3 14.9 312.2) |
| OKLCH | oklch(0.825 0.039 311.1) |
Copy-ready code
/* CSS */
color: #cebfd9;
background-color: #cebfd9;
/* Tailwind (arbitrary) */
class="text-[#cebfd9] bg-[#cebfd9]"
/* SCSS */
$brand: #cebfd9;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.851)
/* Android */
Color.parseColor("#cebfd9")Accessibility — WCAG contrast
Aa
#cebfd9 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfd9 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue85.1%
CMYK percentages
Cyan5.1%
Magenta12.0%
Yellow0.0%
Key (black)14.9%
Color previews
#cebfd9 text on a black background
contrast 12.08:1
Card sample
#cebfd9 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfd9;
Background color
Panel with #cebfd9 background
background-color: #cebfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfd9; background: linear-gradient(135deg, #cebfd9, #D9BFD3);