#cebdbb
a light, soft red · warm · closest name: silver
RGB
206, 189, 187
HSL
6°, 16%, 77%
CMYK
0, 8, 9, 19
Luminance
0.5310
Every format
| HEX | #cebdbb |
| RGB | rgb(206, 189, 187) |
| HSL | hsl(6, 16%, 77%) |
| CMYK | cmyk(0%, 8%, 9%, 19%) |
| LAB | lab(77.9 5.7 3.2) |
| LCH | lch(77.9 6.5 29.3) |
| OKLCH | oklch(0.812 0.020 25.6) |
Copy-ready code
/* CSS */
color: #cebdbb;
background-color: #cebdbb;
/* Tailwind (arbitrary) */
class="text-[#cebdbb] bg-[#cebdbb]"
/* SCSS */
$brand: #cebdbb;
/* SwiftUI */
Color(red: 0.808, green: 0.741, blue: 0.733)
/* Android */
Color.parseColor("#cebdbb")Accessibility — WCAG contrast
Aa
#cebdbb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebdbb on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.1%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow9.2%
Key (black)19.2%
Color previews
#cebdbb text on a black background
contrast 11.62:1
Card sample
#cebdbb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebdbb;
Background color
Panel with #cebdbb background
background-color: #cebdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 189, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 189, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebdbb; background: linear-gradient(135deg, #cebdbb, #CECABB);