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