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