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