#cfc2bc
a light, soft orange · warm · closest name: silver
RGB
207, 194, 188
HSL
19°, 17%, 78%
CMYK
0, 6, 9, 19
Luminance
0.5548
Every format
| HEX | #cfc2bc |
| RGB | rgb(207, 194, 188) |
| HSL | hsl(19, 17%, 78%) |
| CMYK | cmyk(0%, 6%, 9%, 19%) |
| LAB | lab(79.3 3.5 4.7) |
| LCH | lch(79.3 5.8 52.9) |
| OKLCH | oklch(0.823 0.017 46.5) |
Copy-ready code
/* CSS */
color: #cfc2bc;
background-color: #cfc2bc;
/* Tailwind (arbitrary) */
class="text-[#cfc2bc] bg-[#cfc2bc]"
/* SCSS */
$brand: #cfc2bc;
/* SwiftUI */
Color(red: 0.812, green: 0.761, blue: 0.737)
/* Android */
Color.parseColor("#cfc2bc")Accessibility — WCAG contrast
Aa
#cfc2bc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc2bc on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow9.2%
Key (black)18.8%
Color previews
#cfc2bc text on a black background
contrast 12.10:1
Card sample
#cfc2bc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc2bc;
Background color
Panel with #cfc2bc background
background-color: #cfc2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 194, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 194, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc2bc; background: linear-gradient(135deg, #cfc2bc, #CFCFBC);