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