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