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