#ceafbc
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 175, 188
HSL
335°, 24%, 75%
CMYK
0, 15, 9, 19
Luminance
0.4741
Every format
| HEX | #ceafbc |
| RGB | rgb(206, 175, 188) |
| HSL | hsl(335, 24%, 75%) |
| CMYK | cmyk(0%, 15%, 9%, 19%) |
| LAB | lab(74.5 13.4 -2.5) |
| LCH | lch(74.5 13.6 349.6) |
| OKLCH | oklch(0.785 0.040 350.9) |
Copy-ready code
/* CSS */
color: #ceafbc;
background-color: #ceafbc;
/* Tailwind (arbitrary) */
class="text-[#ceafbc] bg-[#ceafbc]"
/* SCSS */
$brand: #ceafbc;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#ceafbc")Accessibility — WCAG contrast
Aa
#ceafbc on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafbc on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow8.7%
Key (black)19.2%
Color previews
#ceafbc text on a black background
contrast 10.48:1
Card sample
#ceafbc text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafbc;
Background color
Panel with #ceafbc background
background-color: #ceafbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafbc; background: linear-gradient(135deg, #ceafbc, #CEB7AF);