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