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