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