#cfb9ab
a light, soft orange · warm · closest name: silver
RGB
207, 185, 171
HSL
23°, 27%, 74%
CMYK
0, 11, 17, 19
Luminance
0.5090
Every format
| HEX | #cfb9ab |
| RGB | rgb(207, 185, 171) |
| HSL | hsl(23, 27%, 74%) |
| CMYK | cmyk(0%, 11%, 17%, 19%) |
| LAB | lab(76.6 5.6 10.0) |
| LCH | lch(76.6 11.4 60.8) |
| OKLCH | oklch(0.801 0.032 54.6) |
Copy-ready code
/* CSS */
color: #cfb9ab;
background-color: #cfb9ab;
/* Tailwind (arbitrary) */
class="text-[#cfb9ab] bg-[#cfb9ab]"
/* SCSS */
$brand: #cfb9ab;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.671)
/* Android */
Color.parseColor("#cfb9ab")Accessibility — WCAG contrast
Aa
#cfb9ab on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb9ab on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow17.4%
Key (black)18.8%
Color previews
#cfb9ab text on a black background
contrast 11.18:1
Card sample
#cfb9ab text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb9ab;
Background color
Panel with #cfb9ab background
background-color: #cfb9ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb9ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb9ab; background: linear-gradient(135deg, #cfb9ab, #CDCFAB);