#cfbec2
a light, soft red · warm · closest name: silver
RGB
207, 190, 194
HSL
346°, 15%, 78%
CMYK
0, 8, 6, 19
Luminance
0.5399
Every format
| HEX | #cfbec2 |
| RGB | rgb(207, 190, 194) |
| HSL | hsl(346, 15%, 78%) |
| CMYK | cmyk(0%, 8%, 6%, 19%) |
| LAB | lab(78.5 6.7 0.2) |
| LCH | lch(78.5 6.7 1.4) |
| OKLCH | oklch(0.817 0.020 1.5) |
Copy-ready code
/* CSS */
color: #cfbec2;
background-color: #cfbec2;
/* Tailwind (arbitrary) */
class="text-[#cfbec2] bg-[#cfbec2]"
/* SCSS */
$brand: #cfbec2;
/* SwiftUI */
Color(red: 0.812, green: 0.745, blue: 0.761)
/* Android */
Color.parseColor("#cfbec2")Accessibility — WCAG contrast
Aa
#cfbec2 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbec2 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.5%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow6.3%
Key (black)18.8%
Color previews
#cfbec2 text on a black background
contrast 11.80:1
Card sample
#cfbec2 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbec2;
Background color
Panel with #cfbec2 background
background-color: #cfbec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 190, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 190, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbec2; background: linear-gradient(135deg, #cfbec2, #CFC5BE);