#cfbcad
a light, soft orange · warm · closest name: silver
RGB
207, 188, 173
HSL
27°, 26%, 75%
CMYK
0, 9, 16, 19
Luminance
0.5225
Every format
| HEX | #cfbcad |
| RGB | rgb(207, 188, 173) |
| HSL | hsl(27, 26%, 75%) |
| CMYK | cmyk(0%, 9%, 16%, 19%) |
| LAB | lab(77.4 4.3 10.0) |
| LCH | lch(77.4 10.9 66.9) |
| OKLCH | oklch(0.807 0.030 60.7) |
Copy-ready code
/* CSS */
color: #cfbcad;
background-color: #cfbcad;
/* Tailwind (arbitrary) */
class="text-[#cfbcad] bg-[#cfbcad]"
/* SCSS */
$brand: #cfbcad;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.678)
/* Android */
Color.parseColor("#cfbcad")Accessibility — WCAG contrast
Aa
#cfbcad on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcad on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow16.4%
Key (black)18.8%
Color previews
#cfbcad text on a black background
contrast 11.45:1
Card sample
#cfbcad text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcad;
Background color
Panel with #cfbcad background
background-color: #cfbcad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcad; background: linear-gradient(135deg, #cfbcad, #CBCFAD);