#cebab5
a light, soft red · warm · closest name: silver
RGB
206, 186, 181
HSL
12°, 20%, 76%
CMYK
0, 10, 12, 19
Luminance
0.5158
Every format
| HEX | #cebab5 |
| RGB | rgb(206, 186, 181) |
| HSL | hsl(12, 20%, 76%) |
| CMYK | cmyk(0%, 10%, 12%, 19%) |
| LAB | lab(77.0 6.3 5.1) |
| LCH | lch(77.0 8.1 39.2) |
| OKLCH | oklch(0.804 0.024 34.3) |
Copy-ready code
/* CSS */
color: #cebab5;
background-color: #cebab5;
/* Tailwind (arbitrary) */
class="text-[#cebab5] bg-[#cebab5]"
/* SCSS */
$brand: #cebab5;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.710)
/* Android */
Color.parseColor("#cebab5")Accessibility — WCAG contrast
Aa
#cebab5 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebab5 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow12.1%
Key (black)19.2%
Color previews
#cebab5 text on a black background
contrast 11.32:1
Card sample
#cebab5 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebab5;
Background color
Panel with #cebab5 background
background-color: #cebab5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebab5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebab5; background: linear-gradient(135deg, #cebab5, #CECBB5);