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