#cfb271
a balanced, vivid yellow · warm · closest name: tan
RGB
207, 178, 113
HSL
42°, 50%, 63%
CMYK
0, 14, 45, 19
Luminance
0.4630
Every format
| HEX | #cfb271 |
| RGB | rgb(207, 178, 113) |
| HSL | hsl(42, 50%, 63%) |
| CMYK | cmyk(0%, 14%, 45%, 19%) |
| LAB | lab(73.7 1.8 37.0) |
| LCH | lch(73.7 37.0 87.2) |
| OKLCH | oklch(0.774 0.090 86.3) |
Copy-ready code
/* CSS */
color: #cfb271;
background-color: #cfb271;
/* Tailwind (arbitrary) */
class="text-[#cfb271] bg-[#cfb271]"
/* SCSS */
$brand: #cfb271;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.443)
/* Android */
Color.parseColor("#cfb271")Accessibility — WCAG contrast
Aa
#cfb271 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb271 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow45.4%
Key (black)18.8%
Color previews
#cfb271 text on a black background
contrast 10.26:1
Card sample
#cfb271 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb271;
Background color
Panel with #cfb271 background
background-color: #cfb271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb271; background: linear-gradient(135deg, #cfb271, #ADCF71);