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