#ceafb9
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 175, 185
HSL
341°, 24%, 75%
CMYK
0, 15, 10, 19
Luminance
0.4728
Every format
| HEX | #ceafb9 |
| RGB | rgb(206, 175, 185) |
| HSL | hsl(341, 24%, 75%) |
| CMYK | cmyk(0%, 15%, 10%, 19%) |
| LAB | lab(74.4 12.8 -0.9) |
| LCH | lch(74.4 12.9 355.9) |
| OKLCH | oklch(0.784 0.038 356.6) |
Copy-ready code
/* CSS */
color: #ceafb9;
background-color: #ceafb9;
/* Tailwind (arbitrary) */
class="text-[#ceafb9] bg-[#ceafb9]"
/* SCSS */
$brand: #ceafb9;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.725)
/* Android */
Color.parseColor("#ceafb9")Accessibility — WCAG contrast
Aa
#ceafb9 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafb9 on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow10.2%
Key (black)19.2%
Color previews
#ceafb9 text on a black background
contrast 10.46:1
Card sample
#ceafb9 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafb9;
Background color
Panel with #ceafb9 background
background-color: #ceafb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafb9; background: linear-gradient(135deg, #ceafb9, #CEBAAF);