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