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