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