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