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