#cebabf
a light, soft red · warm · closest name: silver
RGB
206, 186, 191
HSL
345°, 17%, 77%
CMYK
0, 10, 7, 19
Luminance
0.5200
Every format
| HEX | #cebabf |
| RGB | rgb(206, 186, 191) |
| HSL | hsl(345, 17%, 77%) |
| CMYK | cmyk(0%, 10%, 7%, 19%) |
| LAB | lab(77.3 8.0 0.1) |
| LCH | lch(77.3 8.0 0.4) |
| OKLCH | oklch(0.807 0.024 0.7) |
Copy-ready code
/* CSS */
color: #cebabf;
background-color: #cebabf;
/* Tailwind (arbitrary) */
class="text-[#cebabf] bg-[#cebabf]"
/* SCSS */
$brand: #cebabf;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.749)
/* Android */
Color.parseColor("#cebabf")Accessibility — WCAG contrast
Aa
#cebabf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebabf on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow7.3%
Key (black)19.2%
Color previews
#cebabf text on a black background
contrast 11.40:1
Card sample
#cebabf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebabf;
Background color
Panel with #cebabf background
background-color: #cebabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebabf; background: linear-gradient(135deg, #cebabf, #CEC2BA);