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