#cfb484
a light, soft orange · warm · closest name: tan
RGB
207, 180, 132
HSL
38°, 44%, 67%
CMYK
0, 13, 36, 19
Luminance
0.4757
Every format
| HEX | #cfb484 |
| RGB | rgb(207, 180, 132) |
| HSL | hsl(38, 44%, 67%) |
| CMYK | cmyk(0%, 13%, 36%, 19%) |
| LAB | lab(74.6 2.9 28.1) |
| LCH | lch(74.6 28.2 84.2) |
| OKLCH | oklch(0.782 0.071 81.6) |
Copy-ready code
/* CSS */
color: #cfb484;
background-color: #cfb484;
/* Tailwind (arbitrary) */
class="text-[#cfb484] bg-[#cfb484]"
/* SCSS */
$brand: #cfb484;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.518)
/* Android */
Color.parseColor("#cfb484")Accessibility — WCAG contrast
Aa
#cfb484 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb484 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow36.2%
Key (black)18.8%
Color previews
#cfb484 text on a black background
contrast 10.51:1
Card sample
#cfb484 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb484;
Background color
Panel with #cfb484 background
background-color: #cfb484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb484; background: linear-gradient(135deg, #cfb484, #B8CF84);