#ceb2ad
a light, soft red · warm · closest name: silver
RGB
206, 178, 173
HSL
9°, 25%, 74%
CMYK
0, 14, 16, 19
Luminance
0.4798
Every format
| HEX | #ceb2ad |
| RGB | rgb(206, 178, 173) |
| HSL | hsl(9, 25%, 74%) |
| CMYK | cmyk(0%, 14%, 16%, 19%) |
| LAB | lab(74.8 9.3 6.3) |
| LCH | lch(74.8 11.2 34.1) |
| OKLCH | oklch(0.786 0.033 29.8) |
Copy-ready code
/* CSS */
color: #ceb2ad;
background-color: #ceb2ad;
/* Tailwind (arbitrary) */
class="text-[#ceb2ad] bg-[#ceb2ad]"
/* SCSS */
$brand: #ceb2ad;
/* SwiftUI */
Color(red: 0.808, green: 0.698, blue: 0.678)
/* Android */
Color.parseColor("#ceb2ad")Accessibility — WCAG contrast
Aa
#ceb2ad on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb2ad on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow16.0%
Key (black)19.2%
Color previews
#ceb2ad text on a black background
contrast 10.60:1
Card sample
#ceb2ad text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb2ad;
Background color
Panel with #ceb2ad background
background-color: #ceb2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 178, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 178, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb2ad; background: linear-gradient(135deg, #ceb2ad, #CEC8AD);