#ccba1f
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 186, 31
HSL
54°, 74%, 46%
CMYK
0, 9, 85, 20
Luminance
0.4805
Every format
| HEX | #ccba1f |
| RGB | rgb(204, 186, 31) |
| HSL | hsl(54, 74%, 46%) |
| CMYK | cmyk(0%, 9%, 85%, 20%) |
| LAB | lab(74.9 -8.7 71.8) |
| LCH | lch(74.9 72.3 96.9) |
| OKLCH | oklch(0.780 0.157 102.0) |
Copy-ready code
/* CSS */
color: #ccba1f;
background-color: #ccba1f;
/* Tailwind (arbitrary) */
class="text-[#ccba1f] bg-[#ccba1f]"
/* SCSS */
$brand: #ccba1f;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.122)
/* Android */
Color.parseColor("#ccba1f")Accessibility — WCAG contrast
Aa
#ccba1f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccba1f on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow84.8%
Key (black)20.0%
Color previews
#ccba1f text on a black background
contrast 10.61:1
Card sample
#ccba1f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccba1f;
Background color
Panel with #ccba1f background
background-color: #ccba1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccba1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccba1f; background: linear-gradient(135deg, #ccba1f, #6BCC1F);