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