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