#ccbc39
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 188, 57
HSL
54°, 59%, 51%
CMYK
0, 8, 72, 20
Luminance
0.4910
Every format
| HEX | #ccbc39 |
| RGB | rgb(204, 188, 57) |
| HSL | hsl(54, 59%, 51%) |
| CMYK | cmyk(0%, 8%, 72%, 20%) |
| LAB | lab(75.5 -8.8 64.5) |
| LCH | lch(75.5 65.1 97.7) |
| OKLCH | oklch(0.786 0.146 102.2) |
Copy-ready code
/* CSS */
color: #ccbc39;
background-color: #ccbc39;
/* Tailwind (arbitrary) */
class="text-[#ccbc39] bg-[#ccbc39]"
/* SCSS */
$brand: #ccbc39;
/* SwiftUI */
Color(red: 0.800, green: 0.737, blue: 0.224)
/* Android */
Color.parseColor("#ccbc39")Accessibility — WCAG contrast
Aa
#ccbc39 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbc39 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow72.1%
Key (black)20.0%
Color previews
#ccbc39 text on a black background
contrast 10.82:1
Card sample
#ccbc39 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbc39;
Background color
Panel with #ccbc39 background
background-color: #ccbc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 188, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 188, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbc39; background: linear-gradient(135deg, #ccbc39, #7ACC39);