#cfbd3f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 189, 63
HSL
53°, 60%, 53%
CMYK
0, 9, 70, 19
Luminance
0.5002
Every format
| HEX | #cfbd3f |
| RGB | rgb(207, 189, 63) |
| HSL | hsl(53, 60%, 53%) |
| CMYK | cmyk(0%, 9%, 70%, 19%) |
| LAB | lab(76.1 -7.7 62.9) |
| LCH | lch(76.1 63.4 97.0) |
| OKLCH | oklch(0.791 0.143 101.0) |
Copy-ready code
/* CSS */
color: #cfbd3f;
background-color: #cfbd3f;
/* Tailwind (arbitrary) */
class="text-[#cfbd3f] bg-[#cfbd3f]"
/* SCSS */
$brand: #cfbd3f;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.247)
/* Android */
Color.parseColor("#cfbd3f")Accessibility — WCAG contrast
Aa
#cfbd3f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbd3f on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow69.6%
Key (black)18.8%
Color previews
#cfbd3f text on a black background
contrast 11.00:1
Card sample
#cfbd3f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbd3f;
Background color
Panel with #cfbd3f background
background-color: #cfbd3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbd3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbd3f; background: linear-gradient(135deg, #cfbd3f, #81CF3F);