#ceb7ad
a light, soft orange · warm · closest name: silver
RGB
206, 183, 173
HSL
18°, 25%, 74%
CMYK
0, 11, 16, 19
Luminance
0.5001
Every format
| HEX | #ceb7ad |
| RGB | rgb(206, 183, 173) |
| HSL | hsl(18, 25%, 74%) |
| CMYK | cmyk(0%, 11%, 16%, 19%) |
| LAB | lab(76.1 6.6 8.1) |
| LCH | lch(76.1 10.4 50.9) |
| OKLCH | oklch(0.796 0.030 45.0) |
Copy-ready code
/* CSS */
color: #ceb7ad;
background-color: #ceb7ad;
/* Tailwind (arbitrary) */
class="text-[#ceb7ad] bg-[#ceb7ad]"
/* SCSS */
$brand: #ceb7ad;
/* SwiftUI */
Color(red: 0.808, green: 0.718, blue: 0.678)
/* Android */
Color.parseColor("#ceb7ad")Accessibility — WCAG contrast
Aa
#ceb7ad on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb7ad on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow16.0%
Key (black)19.2%
Color previews
#ceb7ad text on a black background
contrast 11.00:1
Card sample
#ceb7ad text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb7ad;
Background color
Panel with #ceb7ad background
background-color: #ceb7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 183, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 183, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb7ad; background: linear-gradient(135deg, #ceb7ad, #CECDAD);