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