#cfb13f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 177, 63
HSL
48°, 60%, 53%
CMYK
0, 15, 70, 19
Luminance
0.4507
Every format
| HEX | #cfb13f |
| RGB | rgb(207, 177, 63) |
| HSL | hsl(48, 60%, 53%) |
| CMYK | cmyk(0%, 15%, 70%, 19%) |
| LAB | lab(72.9 -1.4 59.7) |
| LCH | lch(72.9 59.7 91.4) |
| OKLCH | oklch(0.766 0.134 94.1) |
Copy-ready code
/* CSS */
color: #cfb13f;
background-color: #cfb13f;
/* Tailwind (arbitrary) */
class="text-[#cfb13f] bg-[#cfb13f]"
/* SCSS */
$brand: #cfb13f;
/* SwiftUI */
Color(red: 0.812, green: 0.694, blue: 0.247)
/* Android */
Color.parseColor("#cfb13f")Accessibility — WCAG contrast
Aa
#cfb13f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb13f on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow69.6%
Key (black)18.8%
Color previews
#cfb13f text on a black background
contrast 10.01:1
Card sample
#cfb13f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb13f;
Background color
Panel with #cfb13f background
background-color: #cfb13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 177, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 177, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb13f; background: linear-gradient(135deg, #cfb13f, #8DCF3F);