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