#ceacab
a light, soft red · warm · closest name: silver
RGB
206, 172, 171
HSL
2°, 26%, 74%
CMYK
0, 17, 17, 19
Luminance
0.4557
Every format
| HEX | #ceacab |
| RGB | rgb(206, 172, 171) |
| HSL | hsl(2, 26%, 74%) |
| CMYK | cmyk(0%, 17%, 17%, 19%) |
| LAB | lab(73.3 12.2 5.1) |
| LCH | lch(73.3 13.2 22.9) |
| OKLCH | oklch(0.774 0.040 20.0) |
Copy-ready code
/* CSS */
color: #ceacab;
background-color: #ceacab;
/* Tailwind (arbitrary) */
class="text-[#ceacab] bg-[#ceacab]"
/* SCSS */
$brand: #ceacab;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.671)
/* Android */
Color.parseColor("#ceacab")Accessibility — WCAG contrast
Aa
#ceacab on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacab on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow17.0%
Key (black)19.2%
Color previews
#ceacab text on a black background
contrast 10.11:1
Card sample
#ceacab text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacab;
Background color
Panel with #ceacab background
background-color: #ceacab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacab; background: linear-gradient(135deg, #ceacab, #CEC3AB);