#cebcb3
a light, soft orange · warm · closest name: silver
RGB
206, 188, 179
HSL
20°, 22%, 76%
CMYK
0, 9, 13, 19
Luminance
0.5234
Every format
| HEX | #cebcb3 |
| RGB | rgb(206, 188, 179) |
| HSL | hsl(20, 22%, 76%) |
| CMYK | cmyk(0%, 9%, 13%, 19%) |
| LAB | lab(77.5 4.9 6.9) |
| LCH | lch(77.5 8.4 54.7) |
| OKLCH | oklch(0.808 0.024 48.4) |
Copy-ready code
/* CSS */
color: #cebcb3;
background-color: #cebcb3;
/* Tailwind (arbitrary) */
class="text-[#cebcb3] bg-[#cebcb3]"
/* SCSS */
$brand: #cebcb3;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.702)
/* Android */
Color.parseColor("#cebcb3")Accessibility — WCAG contrast
Aa
#cebcb3 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebcb3 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow13.1%
Key (black)19.2%
Color previews
#cebcb3 text on a black background
contrast 11.47:1
Card sample
#cebcb3 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebcb3;
Background color
Panel with #cebcb3 background
background-color: #cebcb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebcb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebcb3; background: linear-gradient(135deg, #cebcb3, #CECEB3);