#cebfcf
a light, muted magenta / pink · warm · closest name: silver
RGB
206, 191, 207
HSL
296°, 14%, 78%
CMYK
1, 8, 0, 19
Luminance
0.5489
Every format
| HEX | #cebfcf |
| RGB | rgb(206, 191, 207) |
| HSL | hsl(296, 14%, 78%) |
| CMYK | cmyk(1%, 8%, 0%, 19%) |
| LAB | lab(79.0 8.1 -6.1) |
| LCH | lch(79.0 10.2 323.2) |
| OKLCH | oklch(0.822 0.028 323.9) |
Copy-ready code
/* CSS */
color: #cebfcf;
background-color: #cebfcf;
/* Tailwind (arbitrary) */
class="text-[#cebfcf] bg-[#cebfcf]"
/* SCSS */
$brand: #cebfcf;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#cebfcf")Accessibility — WCAG contrast
Aa
#cebfcf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfcf on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta7.7%
Yellow0.0%
Key (black)18.8%
Color previews
#cebfcf text on a black background
contrast 11.98:1
Card sample
#cebfcf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfcf;
Background color
Panel with #cebfcf background
background-color: #cebfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfcf; background: linear-gradient(135deg, #cebfcf, #CFBFC5);