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