#cfb8af
a light, soft orange · warm · closest name: silver
RGB
207, 184, 175
HSL
17°, 25%, 75%
CMYK
0, 11, 16, 19
Luminance
0.5064
Every format
| HEX | #cfb8af |
| RGB | rgb(207, 184, 175) |
| HSL | hsl(17, 25%, 75%) |
| CMYK | cmyk(0%, 11%, 16%, 19%) |
| LAB | lab(76.5 6.7 7.6) |
| LCH | lch(76.5 10.1 48.4) |
| OKLCH | oklch(0.800 0.029 42.6) |
Copy-ready code
/* CSS */
color: #cfb8af;
background-color: #cfb8af;
/* Tailwind (arbitrary) */
class="text-[#cfb8af] bg-[#cfb8af]"
/* SCSS */
$brand: #cfb8af;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.686)
/* Android */
Color.parseColor("#cfb8af")Accessibility — WCAG contrast
Aa
#cfb8af on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb8af on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow15.5%
Key (black)18.8%
Color previews
#cfb8af text on a black background
contrast 11.13:1
Card sample
#cfb8af text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb8af;
Background color
Panel with #cfb8af background
background-color: #cfb8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb8af; background: linear-gradient(135deg, #cfb8af, #CFCDAF);