#cfb37f
a light, vivid orange · warm · closest name: tan
RGB
207, 179, 127
HSL
39°, 46%, 66%
CMYK
0, 14, 39, 19
Luminance
0.4704
Every format
| HEX | #cfb37f |
| RGB | rgb(207, 179, 127) |
| HSL | hsl(39, 46%, 66%) |
| CMYK | cmyk(0%, 14%, 39%, 19%) |
| LAB | lab(74.2 2.8 30.3) |
| LCH | lch(74.2 30.4 84.7) |
| OKLCH | oklch(0.779 0.076 82.6) |
Copy-ready code
/* CSS */
color: #cfb37f;
background-color: #cfb37f;
/* Tailwind (arbitrary) */
class="text-[#cfb37f] bg-[#cfb37f]"
/* SCSS */
$brand: #cfb37f;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.498)
/* Android */
Color.parseColor("#cfb37f")Accessibility — WCAG contrast
Aa
#cfb37f on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb37f on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow38.6%
Key (black)18.8%
Color previews
#cfb37f text on a black background
contrast 10.41:1
Card sample
#cfb37f text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb37f;
Background color
Panel with #cfb37f background
background-color: #cfb37f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb37f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb37f; background: linear-gradient(135deg, #cfb37f, #B6CF7F);