#ccbf13
a dark, electric yellow · cool · closest name: gold
RGB
204, 191, 19
HSL
56°, 83%, 44%
CMYK
0, 6, 91, 20
Luminance
0.5015
Every format
| HEX | #ccbf13 |
| RGB | rgb(204, 191, 19) |
| HSL | hsl(56, 83%, 44%) |
| CMYK | cmyk(0%, 6%, 91%, 20%) |
| LAB | lab(76.2 -11.5 75.1) |
| LCH | lch(76.2 76.0 98.7) |
| OKLCH | oklch(0.791 0.164 104.5) |
Copy-ready code
/* CSS */
color: #ccbf13;
background-color: #ccbf13;
/* Tailwind (arbitrary) */
class="text-[#ccbf13] bg-[#ccbf13]"
/* SCSS */
$brand: #ccbf13;
/* SwiftUI */
Color(red: 0.800, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#ccbf13")Accessibility — WCAG contrast
Aa
#ccbf13 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbf13 on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow90.7%
Key (black)20.0%
Color previews
#ccbf13 text on a black background
contrast 11.03:1
Card sample
#ccbf13 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbf13;
Background color
Panel with #ccbf13 background
background-color: #ccbf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbf13; background: linear-gradient(135deg, #ccbf13, #5ECC13);