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