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