#cfac88
a light, soft orange · warm · closest name: tan
RGB
207, 172, 136
HSL
30°, 43%, 67%
CMYK
0, 17, 34, 19
Luminance
0.4455
Every format
| HEX | #cfac88 |
| RGB | rgb(207, 172, 136) |
| HSL | hsl(30, 43%, 67%) |
| CMYK | cmyk(0%, 17%, 34%, 19%) |
| LAB | lab(72.6 7.6 23.3) |
| LCH | lch(72.6 24.5 71.9) |
| OKLCH | oklch(0.767 0.064 67.4) |
Copy-ready code
/* CSS */
color: #cfac88;
background-color: #cfac88;
/* Tailwind (arbitrary) */
class="text-[#cfac88] bg-[#cfac88]"
/* SCSS */
$brand: #cfac88;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.533)
/* Android */
Color.parseColor("#cfac88")Accessibility — WCAG contrast
Aa
#cfac88 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac88 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow34.3%
Key (black)18.8%
Color previews
#cfac88 text on a black background
contrast 9.91:1
Card sample
#cfac88 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac88;
Background color
Panel with #cfac88 background
background-color: #cfac88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac88; background: linear-gradient(135deg, #cfac88, #C3CF88);