#cfb07d
a light, vivid orange · warm · closest name: tan
RGB
207, 176, 125
HSL
37°, 46%, 65%
CMYK
0, 15, 40, 19
Luminance
0.4580
Every format
| HEX | #cfb07d |
| RGB | rgb(207, 176, 125) |
| HSL | hsl(37, 46%, 65%) |
| CMYK | cmyk(0%, 15%, 40%, 19%) |
| LAB | lab(73.4 4.2 30.3) |
| LCH | lch(73.4 30.6 82.1) |
| OKLCH | oklch(0.772 0.076 79.7) |
Copy-ready code
/* CSS */
color: #cfb07d;
background-color: #cfb07d;
/* Tailwind (arbitrary) */
class="text-[#cfb07d] bg-[#cfb07d]"
/* SCSS */
$brand: #cfb07d;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.490)
/* Android */
Color.parseColor("#cfb07d")Accessibility — WCAG contrast
Aa
#cfb07d on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb07d on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow39.6%
Key (black)18.8%
Color previews
#cfb07d text on a black background
contrast 10.16:1
Card sample
#cfb07d text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb07d;
Background color
Panel with #cfb07d background
background-color: #cfb07d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb07d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb07d; background: linear-gradient(135deg, #cfb07d, #B7CF7D);