#cfbdac
a light, soft orange · warm · closest name: silver
RGB
207, 189, 172
HSL
29°, 27%, 74%
CMYK
0, 9, 17, 19
Luminance
0.5264
Every format
| HEX | #cfbdac |
| RGB | rgb(207, 189, 172) |
| HSL | hsl(29, 27%, 74%) |
| CMYK | cmyk(0%, 9%, 17%, 19%) |
| LAB | lab(77.7 3.6 10.9) |
| LCH | lch(77.7 11.5 71.8) |
| OKLCH | oklch(0.809 0.031 65.7) |
Copy-ready code
/* CSS */
color: #cfbdac;
background-color: #cfbdac;
/* Tailwind (arbitrary) */
class="text-[#cfbdac] bg-[#cfbdac]"
/* SCSS */
$brand: #cfbdac;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.675)
/* Android */
Color.parseColor("#cfbdac")Accessibility — WCAG contrast
Aa
#cfbdac on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbdac on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow16.9%
Key (black)18.8%
Color previews
#cfbdac text on a black background
contrast 11.53:1
Card sample
#cfbdac text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbdac;
Background color
Panel with #cfbdac background
background-color: #cfbdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbdac; background: linear-gradient(135deg, #cfbdac, #CACFAC);