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