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