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