#ceb4af
a light, soft red · warm · closest name: silver
RGB
206, 180, 175
HSL
10°, 24%, 75%
CMYK
0, 13, 15, 19
Luminance
0.4886
Every format
| HEX | #ceb4af |
| RGB | rgb(206, 180, 175) |
| HSL | hsl(10, 24%, 75%) |
| CMYK | cmyk(0%, 13%, 15%, 19%) |
| LAB | lab(75.4 8.5 6.0) |
| LCH | lch(75.4 10.4 35.1) |
| OKLCH | oklch(0.791 0.031 30.7) |
Copy-ready code
/* CSS */
color: #ceb4af;
background-color: #ceb4af;
/* Tailwind (arbitrary) */
class="text-[#ceb4af] bg-[#ceb4af]"
/* SCSS */
$brand: #ceb4af;
/* SwiftUI */
Color(red: 0.808, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#ceb4af")Accessibility — WCAG contrast
Aa
#ceb4af on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb4af on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green70.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow15.0%
Key (black)19.2%
Color previews
#ceb4af text on a black background
contrast 10.77:1
Card sample
#ceb4af text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb4af;
Background color
Panel with #ceb4af background
background-color: #ceb4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb4af; background: linear-gradient(135deg, #ceb4af, #CEC9AF);