#cfab80
a light, vivid orange · warm · closest name: tan
RGB
207, 171, 128
HSL
33°, 45%, 66%
CMYK
0, 17, 38, 19
Luminance
0.4395
Every format
| HEX | #cfab80 |
| RGB | rgb(207, 171, 128) |
| HSL | hsl(33, 45%, 66%) |
| CMYK | cmyk(0%, 17%, 38%, 19%) |
| LAB | lab(72.2 7.2 27.1) |
| LCH | lch(72.2 28.0 75.1) |
| OKLCH | oklch(0.763 0.071 71.4) |
Copy-ready code
/* CSS */
color: #cfab80;
background-color: #cfab80;
/* Tailwind (arbitrary) */
class="text-[#cfab80] bg-[#cfab80]"
/* SCSS */
$brand: #cfab80;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.502)
/* Android */
Color.parseColor("#cfab80")Accessibility — WCAG contrast
Aa
#cfab80 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab80 on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow38.2%
Key (black)18.8%
Color previews
#cfab80 text on a black background
contrast 9.79:1
Card sample
#cfab80 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab80;
Background color
Panel with #cfab80 background
background-color: #cfab80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab80; background: linear-gradient(135deg, #cfab80, #BECF80);