#ceb8af
a light, soft orange · warm · closest name: silver
RGB
206, 184, 175
HSL
17°, 24%, 75%
CMYK
0, 11, 15, 19
Luminance
0.5050
Every format
| HEX | #ceb8af |
| RGB | rgb(206, 184, 175) |
| HSL | hsl(17, 24%, 75%) |
| CMYK | cmyk(0%, 11%, 15%, 19%) |
| LAB | lab(76.4 6.3 7.4) |
| LCH | lch(76.4 9.8 49.5) |
| OKLCH | oklch(0.799 0.028 43.6) |
Copy-ready code
/* CSS */
color: #ceb8af;
background-color: #ceb8af;
/* Tailwind (arbitrary) */
class="text-[#ceb8af] bg-[#ceb8af]"
/* SCSS */
$brand: #ceb8af;
/* SwiftUI */
Color(red: 0.808, green: 0.722, blue: 0.686)
/* Android */
Color.parseColor("#ceb8af")Accessibility — WCAG contrast
Aa
#ceb8af on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb8af on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow15.0%
Key (black)19.2%
Color previews
#ceb8af text on a black background
contrast 11.10:1
Card sample
#ceb8af text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb8af;
Background color
Panel with #ceb8af background
background-color: #ceb8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 184, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 184, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb8af; background: linear-gradient(135deg, #ceb8af, #CECDAF);