#cbcf13
a dark, electric yellow · cool · closest name: gold
RGB
203, 207, 19
HSL
61°, 83%, 44%
CMYK
2, 0, 91, 19
Luminance
0.5737
Every format
| HEX | #cbcf13 |
| RGB | rgb(203, 207, 19) |
| HSL | hsl(61, 83%, 44%) |
| CMYK | cmyk(2%, 0%, 91%, 19%) |
| LAB | lab(80.4 -19.9 78.4) |
| LCH | lch(80.4 80.9 104.3) |
| OKLCH | oklch(0.824 0.178 111.2) |
Copy-ready code
/* CSS */
color: #cbcf13;
background-color: #cbcf13;
/* Tailwind (arbitrary) */
class="text-[#cbcf13] bg-[#cbcf13]"
/* SCSS */
$brand: #cbcf13;
/* SwiftUI */
Color(red: 0.796, green: 0.812, blue: 0.075)
/* Android */
Color.parseColor("#cbcf13")Accessibility — WCAG contrast
Aa
#cbcf13 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcf13 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green81.2%
Blue7.5%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow90.8%
Key (black)18.8%
Color previews
#cbcf13 text on a black background
contrast 12.47:1
Card sample
#cbcf13 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcf13;
Background color
Panel with #cbcf13 background
background-color: #cbcf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 207, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 207, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcf13; background: linear-gradient(135deg, #cbcf13, #4ECF13);