#ceb4ad
a light, soft red · warm · closest name: silver
RGB
206, 180, 173
HSL
13°, 25%, 74%
CMYK
0, 13, 16, 19
Luminance
0.4878
Every format
| HEX | #ceb4ad |
| RGB | rgb(206, 180, 173) |
| HSL | hsl(13, 25%, 74%) |
| CMYK | cmyk(0%, 13%, 16%, 19%) |
| LAB | lab(75.3 8.2 7.0) |
| LCH | lch(75.3 10.8 40.6) |
| OKLCH | oklch(0.790 0.032 35.5) |
Copy-ready code
/* CSS */
color: #ceb4ad;
background-color: #ceb4ad;
/* Tailwind (arbitrary) */
class="text-[#ceb4ad] bg-[#ceb4ad]"
/* SCSS */
$brand: #ceb4ad;
/* SwiftUI */
Color(red: 0.808, green: 0.706, blue: 0.678)
/* Android */
Color.parseColor("#ceb4ad")Accessibility — WCAG contrast
Aa
#ceb4ad on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb4ad on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green70.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow16.0%
Key (black)19.2%
Color previews
#ceb4ad text on a black background
contrast 10.76:1
Card sample
#ceb4ad text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb4ad;
Background color
Panel with #ceb4ad background
background-color: #ceb4ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb4ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 180, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 180, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb4ad; background: linear-gradient(135deg, #ceb4ad, #CECAAD);