#ceb9b2
a light, soft orange · warm · closest name: silver
RGB
206, 185, 178
HSL
15°, 22%, 75%
CMYK
0, 10, 14, 19
Luminance
0.5103
Every format
| HEX | #ceb9b2 |
| RGB | rgb(206, 185, 178) |
| HSL | hsl(15, 22%, 75%) |
| CMYK | cmyk(0%, 10%, 14%, 19%) |
| LAB | lab(76.7 6.3 6.3) |
| LCH | lch(76.7 8.9 44.9) |
| OKLCH | oklch(0.801 0.026 39.3) |
Copy-ready code
/* CSS */
color: #ceb9b2;
background-color: #ceb9b2;
/* Tailwind (arbitrary) */
class="text-[#ceb9b2] bg-[#ceb9b2]"
/* SCSS */
$brand: #ceb9b2;
/* SwiftUI */
Color(red: 0.808, green: 0.725, blue: 0.698)
/* Android */
Color.parseColor("#ceb9b2")Accessibility — WCAG contrast
Aa
#ceb9b2 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb9b2 on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow13.6%
Key (black)19.2%
Color previews
#ceb9b2 text on a black background
contrast 11.21:1
Card sample
#ceb9b2 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb9b2;
Background color
Panel with #ceb9b2 background
background-color: #ceb9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 185, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 185, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb9b2; background: linear-gradient(135deg, #ceb9b2, #CECCB2);