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