#cfb482
a light, soft orange · warm · closest name: tan
RGB
207, 180, 130
HSL
39°, 45%, 66%
CMYK
0, 13, 37, 19
Luminance
0.4752
Every format
| HEX | #cfb482 |
| RGB | rgb(207, 180, 130) |
| HSL | hsl(39, 45%, 66%) |
| CMYK | cmyk(0%, 13%, 37%, 19%) |
| LAB | lab(74.5 2.6 29.1) |
| LCH | lch(74.5 29.2 84.9) |
| OKLCH | oklch(0.781 0.073 82.5) |
Copy-ready code
/* CSS */
color: #cfb482;
background-color: #cfb482;
/* Tailwind (arbitrary) */
class="text-[#cfb482] bg-[#cfb482]"
/* SCSS */
$brand: #cfb482;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.510)
/* Android */
Color.parseColor("#cfb482")Accessibility — WCAG contrast
Aa
#cfb482 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb482 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow37.2%
Key (black)18.8%
Color previews
#cfb482 text on a black background
contrast 10.50:1
Card sample
#cfb482 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb482;
Background color
Panel with #cfb482 background
background-color: #cfb482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb482; background: linear-gradient(135deg, #cfb482, #B7CF82);