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