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