#cfb57d
a light, vivid yellow · warm · closest name: tan
RGB
207, 181, 125
HSL
41°, 46%, 65%
CMYK
0, 13, 40, 19
Luminance
0.4779
Every format
| HEX | #cfb57d |
| RGB | rgb(207, 181, 125) |
| HSL | hsl(41, 46%, 65%) |
| CMYK | cmyk(0%, 13%, 40%, 19%) |
| LAB | lab(74.7 1.5 32.0) |
| LCH | lch(74.7 32.0 87.3) |
| OKLCH | oklch(0.782 0.079 85.7) |
Copy-ready code
/* CSS */
color: #cfb57d;
background-color: #cfb57d;
/* Tailwind (arbitrary) */
class="text-[#cfb57d] bg-[#cfb57d]"
/* SCSS */
$brand: #cfb57d;
/* SwiftUI */
Color(red: 0.812, green: 0.710, blue: 0.490)
/* Android */
Color.parseColor("#cfb57d")Accessibility — WCAG contrast
Aa
#cfb57d on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb57d on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.0%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow39.6%
Key (black)18.8%
Color previews
#cfb57d text on a black background
contrast 10.56:1
Card sample
#cfb57d text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb57d;
Background color
Panel with #cfb57d background
background-color: #cfb57d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb57d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 181, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 181, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb57d; background: linear-gradient(135deg, #cfb57d, #B2CF7D);