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