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