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