#cfa080
a light, vivid orange · warm · closest name: tan
RGB
207, 160, 128
HSL
24°, 45%, 66%
CMYK
0, 23, 38, 19
Luminance
0.3997
Every format
| HEX | #cfa080 |
| RGB | rgb(207, 160, 128) |
| HSL | hsl(24, 45%, 66%) |
| CMYK | cmyk(0%, 23%, 38%, 19%) |
| LAB | lab(69.5 13.1 23.4) |
| LCH | lch(69.5 26.8 60.7) |
| OKLCH | oklch(0.742 0.071 55.6) |
Copy-ready code
/* CSS */
color: #cfa080;
background-color: #cfa080;
/* Tailwind (arbitrary) */
class="text-[#cfa080] bg-[#cfa080]"
/* SCSS */
$brand: #cfa080;
/* SwiftUI */
Color(red: 0.812, green: 0.627, blue: 0.502)
/* Android */
Color.parseColor("#cfa080")Accessibility — WCAG contrast
Aa
#cfa080 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa080 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.7%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow38.2%
Key (black)18.8%
Color previews
#cfa080 text on a black background
contrast 8.99:1
Card sample
#cfa080 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa080;
Background color
Panel with #cfa080 background
background-color: #cfa080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 160, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 160, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa080; background: linear-gradient(135deg, #cfa080, #C9CF80);