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