#cfb752
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 183, 82
HSL
49°, 57%, 57%
CMYK
0, 12, 60, 19
Luminance
0.4774
Every format
| HEX | #cfb752 |
| RGB | rgb(207, 183, 82) |
| HSL | hsl(49, 57%, 57%) |
| CMYK | cmyk(0%, 12%, 60%, 19%) |
| LAB | lab(74.7 -3.4 53.3) |
| LCH | lch(74.7 53.4 93.7) |
| OKLCH | oklch(0.780 0.124 96.0) |
Copy-ready code
/* CSS */
color: #cfb752;
background-color: #cfb752;
/* Tailwind (arbitrary) */
class="text-[#cfb752] bg-[#cfb752]"
/* SCSS */
$brand: #cfb752;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.322)
/* Android */
Color.parseColor("#cfb752")Accessibility — WCAG contrast
Aa
#cfb752 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb752 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow60.4%
Key (black)18.8%
Color previews
#cfb752 text on a black background
contrast 10.55:1
Card sample
#cfb752 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb752;
Background color
Panel with #cfb752 background
background-color: #cfb752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb752; background: linear-gradient(135deg, #cfb752, #94CF52);