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