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