#ceb7af
a light, soft orange · warm · closest name: silver
RGB
206, 183, 175
HSL
16°, 24%, 75%
CMYK
0, 11, 15, 19
Luminance
0.5008
Every format
| HEX | #ceb7af |
| RGB | rgb(206, 183, 175) |
| HSL | hsl(16, 24%, 75%) |
| CMYK | cmyk(0%, 11%, 15%, 19%) |
| LAB | lab(76.1 6.9 7.1) |
| LCH | lch(76.1 9.9 45.7) |
| OKLCH | oklch(0.797 0.029 40.2) |
Copy-ready code
/* CSS */
color: #ceb7af;
background-color: #ceb7af;
/* Tailwind (arbitrary) */
class="text-[#ceb7af] bg-[#ceb7af]"
/* SCSS */
$brand: #ceb7af;
/* SwiftUI */
Color(red: 0.808, green: 0.718, blue: 0.686)
/* Android */
Color.parseColor("#ceb7af")Accessibility — WCAG contrast
Aa
#ceb7af on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb7af on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow15.0%
Key (black)19.2%
Color previews
#ceb7af text on a black background
contrast 11.02:1
Card sample
#ceb7af text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb7af;
Background color
Panel with #ceb7af background
background-color: #ceb7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 183, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 183, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb7af; background: linear-gradient(135deg, #ceb7af, #CECCAF);