#cebfc3
a light, muted magenta / pink · warm · closest name: silver
RGB
206, 191, 195
HSL
344°, 13%, 78%
CMYK
0, 7, 5, 19
Luminance
0.5432
Every format
| HEX | #cebfc3 |
| RGB | rgb(206, 191, 195) |
| HSL | hsl(344, 13%, 78%) |
| CMYK | cmyk(0%, 7%, 5%, 19%) |
| LAB | lab(78.7 6.0 -0.1) |
| LCH | lch(78.7 6.0 359.0) |
| OKLCH | oklch(0.818 0.018 359.4) |
Copy-ready code
/* CSS */
color: #cebfc3;
background-color: #cebfc3;
/* Tailwind (arbitrary) */
class="text-[#cebfc3] bg-[#cebfc3]"
/* SCSS */
$brand: #cebfc3;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.765)
/* Android */
Color.parseColor("#cebfc3")Accessibility — WCAG contrast
Aa
#cebfc3 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfc3 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow5.3%
Key (black)19.2%
Color previews
#cebfc3 text on a black background
contrast 11.86:1
Card sample
#cebfc3 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfc3;
Background color
Panel with #cebfc3 background
background-color: #cebfc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfc3; background: linear-gradient(135deg, #cebfc3, #CEC5BF);