#cfb6ac
a light, soft orange · warm · closest name: silver
RGB
207, 182, 172
HSL
17°, 27%, 74%
CMYK
0, 12, 17, 19
Luminance
0.4970
Every format
| HEX | #cfb6ac |
| RGB | rgb(207, 182, 172) |
| HSL | hsl(17, 27%, 74%) |
| CMYK | cmyk(0%, 12%, 17%, 19%) |
| LAB | lab(75.9 7.3 8.4) |
| LCH | lch(75.9 11.1 48.8) |
| OKLCH | oklch(0.795 0.032 43.1) |
Copy-ready code
/* CSS */
color: #cfb6ac;
background-color: #cfb6ac;
/* Tailwind (arbitrary) */
class="text-[#cfb6ac] bg-[#cfb6ac]"
/* SCSS */
$brand: #cfb6ac;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.675)
/* Android */
Color.parseColor("#cfb6ac")Accessibility — WCAG contrast
Aa
#cfb6ac on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb6ac on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow16.9%
Key (black)18.8%
Color previews
#cfb6ac text on a black background
contrast 10.94:1
Card sample
#cfb6ac text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb6ac;
Background color
Panel with #cfb6ac background
background-color: #cfb6ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb6ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb6ac; background: linear-gradient(135deg, #cfb6ac, #CFCDAC);