#ceb5a8
a light, soft orange · warm · closest name: silver
RGB
206, 181, 168
HSL
21°, 28%, 73%
CMYK
0, 12, 18, 19
Luminance
0.4900
Every format
| HEX | #ceb5a8 |
| RGB | rgb(206, 181, 168) |
| HSL | hsl(21, 28%, 73%) |
| CMYK | cmyk(0%, 12%, 18%, 19%) |
| LAB | lab(75.5 6.9 9.9) |
| LCH | lch(75.5 12.1 55.3) |
| OKLCH | oklch(0.791 0.034 49.2) |
Copy-ready code
/* CSS */
color: #ceb5a8;
background-color: #ceb5a8;
/* Tailwind (arbitrary) */
class="text-[#ceb5a8] bg-[#ceb5a8]"
/* SCSS */
$brand: #ceb5a8;
/* SwiftUI */
Color(red: 0.808, green: 0.710, blue: 0.659)
/* Android */
Color.parseColor("#ceb5a8")Accessibility — WCAG contrast
Aa
#ceb5a8 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb5a8 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.0%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow18.4%
Key (black)19.2%
Color previews
#ceb5a8 text on a black background
contrast 10.80:1
Card sample
#ceb5a8 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb5a8;
Background color
Panel with #ceb5a8 background
background-color: #ceb5a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb5a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 181, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 181, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb5a8; background: linear-gradient(135deg, #ceb5a8, #CECEA8);