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