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