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