#cfbc53
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 188, 83
HSL
51°, 56%, 57%
CMYK
0, 9, 60, 19
Luminance
0.4986
Every format
| HEX | #cfbc53 |
| RGB | rgb(207, 188, 83) |
| HSL | hsl(51, 56%, 57%) |
| CMYK | cmyk(0%, 9%, 60%, 19%) |
| LAB | lab(76.0 -6.0 54.3) |
| LCH | lch(76.0 54.7 96.3) |
| OKLCH | oklch(0.791 0.127 99.1) |
Copy-ready code
/* CSS */
color: #cfbc53;
background-color: #cfbc53;
/* Tailwind (arbitrary) */
class="text-[#cfbc53] bg-[#cfbc53]"
/* SCSS */
$brand: #cfbc53;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.325)
/* Android */
Color.parseColor("#cfbc53")Accessibility — WCAG contrast
Aa
#cfbc53 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc53 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow59.9%
Key (black)18.8%
Color previews
#cfbc53 text on a black background
contrast 10.97:1
Card sample
#cfbc53 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc53;
Background color
Panel with #cfbc53 background
background-color: #cfbc53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc53; background: linear-gradient(135deg, #cfbc53, #8FCF53);