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