#cfb7aa
a light, soft orange · warm · closest name: silver
RGB
207, 183, 170
HSL
21°, 28%, 74%
CMYK
0, 12, 18, 19
Luminance
0.5003
Every format
| HEX | #cfb7aa |
| RGB | rgb(207, 183, 170) |
| HSL | hsl(21, 28%, 74%) |
| CMYK | cmyk(0%, 12%, 18%, 19%) |
| LAB | lab(76.1 6.5 9.8) |
| LCH | lch(76.1 11.7 56.4) |
| OKLCH | oklch(0.796 0.033 50.3) |
Copy-ready code
/* CSS */
color: #cfb7aa;
background-color: #cfb7aa;
/* Tailwind (arbitrary) */
class="text-[#cfb7aa] bg-[#cfb7aa]"
/* SCSS */
$brand: #cfb7aa;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.667)
/* Android */
Color.parseColor("#cfb7aa")Accessibility — WCAG contrast
Aa
#cfb7aa on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb7aa on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow17.9%
Key (black)18.8%
Color previews
#cfb7aa text on a black background
contrast 11.01:1
Card sample
#cfb7aa text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb7aa;
Background color
Panel with #cfb7aa background
background-color: #cfb7aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb7aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb7aa; background: linear-gradient(135deg, #cfb7aa, #CECFAA);