#cfbed2
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 190, 210
HSL
291°, 18%, 78%
CMYK
1, 10, 0, 18
Luminance
0.5475
Every format
| HEX | #cfbed2 |
| RGB | rgb(207, 190, 210) |
| HSL | hsl(291, 18%, 78%) |
| CMYK | cmyk(1%, 10%, 0%, 18%) |
| LAB | lab(78.9 9.6 -7.8) |
| LCH | lch(78.9 12.4 320.7) |
| OKLCH | oklch(0.822 0.033 321.2) |
Copy-ready code
/* CSS */
color: #cfbed2;
background-color: #cfbed2;
/* Tailwind (arbitrary) */
class="text-[#cfbed2] bg-[#cfbed2]"
/* SCSS */
$brand: #cfbed2;
/* SwiftUI */
Color(red: 0.812, green: 0.745, blue: 0.824)
/* Android */
Color.parseColor("#cfbed2")Accessibility — WCAG contrast
Aa
#cfbed2 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbed2 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.5%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta9.5%
Yellow0.0%
Key (black)17.6%
Color previews
#cfbed2 text on a black background
contrast 11.95:1
Card sample
#cfbed2 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbed2;
Background color
Panel with #cfbed2 background
background-color: #cfbed2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbed2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 190, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 190, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbed2; background: linear-gradient(135deg, #cfbed2, #D2BEC8);