#ccb547
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 181, 71
HSL
50°, 57%, 54%
CMYK
0, 11, 65, 20
Luminance
0.4634
Every format
| HEX | #ccb547 |
| RGB | rgb(204, 181, 71) |
| HSL | hsl(50, 57%, 54%) |
| CMYK | cmyk(0%, 11%, 65%, 20%) |
| LAB | lab(73.8 -4.4 57.1) |
| LCH | lch(73.8 57.3 94.4) |
| OKLCH | oklch(0.772 0.131 97.4) |
Copy-ready code
/* CSS */
color: #ccb547;
background-color: #ccb547;
/* Tailwind (arbitrary) */
class="text-[#ccb547] bg-[#ccb547]"
/* SCSS */
$brand: #ccb547;
/* SwiftUI */
Color(red: 0.800, green: 0.710, blue: 0.278)
/* Android */
Color.parseColor("#ccb547")Accessibility — WCAG contrast
Aa
#ccb547 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb547 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green71.0%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow65.2%
Key (black)20.0%
Color previews
#ccb547 text on a black background
contrast 10.27:1
Card sample
#ccb547 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb547;
Background color
Panel with #ccb547 background
background-color: #ccb547;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb547;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 181, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 181, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb547; background: linear-gradient(135deg, #ccb547, #8ACC47);