#cebfd6
a light, soft violet · warm · closest name: silver
RGB
206, 191, 214
HSL
279°, 22%, 79%
CMYK
4, 11, 0, 16
Luminance
0.5524
Every format
| HEX | #cebfd6 |
| RGB | rgb(206, 191, 214) |
| HSL | hsl(279, 22%, 79%) |
| CMYK | cmyk(4%, 11%, 0%, 16%) |
| LAB | lab(79.2 9.5 -9.6) |
| LCH | lch(79.2 13.5 314.6) |
| OKLCH | oklch(0.824 0.036 314.1) |
Copy-ready code
/* CSS */
color: #cebfd6;
background-color: #cebfd6;
/* Tailwind (arbitrary) */
class="text-[#cebfd6] bg-[#cebfd6]"
/* SCSS */
$brand: #cebfd6;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#cebfd6")Accessibility — WCAG contrast
Aa
#cebfd6 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfd6 on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue83.9%
CMYK percentages
Cyan3.7%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#cebfd6 text on a black background
contrast 12.05:1
Card sample
#cebfd6 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfd6;
Background color
Panel with #cebfd6 background
background-color: #cebfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfd6; background: linear-gradient(135deg, #cebfd6, #D6BFCF);