#cebfd1
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 191, 209
HSL
290°, 16%, 78%
CMYK
1, 9, 0, 18
Luminance
0.5499
Every format
| HEX | #cebfd1 |
| RGB | rgb(206, 191, 209) |
| HSL | hsl(290, 16%, 78%) |
| CMYK | cmyk(1%, 9%, 0%, 18%) |
| LAB | lab(79.0 8.5 -7.1) |
| LCH | lch(79.0 11.1 320.2) |
| OKLCH | oklch(0.823 0.030 320.6) |
Copy-ready code
/* CSS */
color: #cebfd1;
background-color: #cebfd1;
/* Tailwind (arbitrary) */
class="text-[#cebfd1] bg-[#cebfd1]"
/* SCSS */
$brand: #cebfd1;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.820)
/* Android */
Color.parseColor("#cebfd1")Accessibility — WCAG contrast
Aa
#cebfd1 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfd1 on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue82.0%
CMYK percentages
Cyan1.4%
Magenta8.6%
Yellow0.0%
Key (black)18.0%
Color previews
#cebfd1 text on a black background
contrast 12.00:1
Card sample
#cebfd1 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfd1;
Background color
Panel with #cebfd1 background
background-color: #cebfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfd1; background: linear-gradient(135deg, #cebfd1, #D1BFC8);