#cfb080
a light, vivid orange · warm · closest name: tan
RGB
207, 176, 128
HSL
37°, 45%, 66%
CMYK
0, 15, 38, 19
Luminance
0.4587
Every format
| HEX | #cfb080 |
| RGB | rgb(207, 176, 128) |
| HSL | hsl(37, 45%, 66%) |
| CMYK | cmyk(0%, 15%, 38%, 19%) |
| LAB | lab(73.5 4.5 28.8) |
| LCH | lch(73.5 29.1 81.1) |
| OKLCH | oklch(0.773 0.073 78.2) |
Copy-ready code
/* CSS */
color: #cfb080;
background-color: #cfb080;
/* Tailwind (arbitrary) */
class="text-[#cfb080] bg-[#cfb080]"
/* SCSS */
$brand: #cfb080;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#cfb080")Accessibility — WCAG contrast
Aa
#cfb080 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb080 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow38.2%
Key (black)18.8%
Color previews
#cfb080 text on a black background
contrast 10.17:1
Card sample
#cfb080 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb080;
Background color
Panel with #cfb080 background
background-color: #cfb080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb080; background: linear-gradient(135deg, #cfb080, #B9CF80);