#c5b607
a dark, electric yellow · cool · closest name: gold
RGB
197, 182, 7
HSL
55°, 93%, 40%
CMYK
0, 8, 96, 23
Luminance
0.4534
Every format
| HEX | #c5b607 |
| RGB | rgb(197, 182, 7) |
| HSL | hsl(55, 93%, 40%) |
| CMYK | cmyk(0%, 8%, 96%, 23%) |
| LAB | lab(73.1 -10.1 74.1) |
| LCH | lch(73.1 74.8 97.7) |
| OKLCH | oklch(0.765 0.160 103.5) |
Copy-ready code
/* CSS */
color: #c5b607;
background-color: #c5b607;
/* Tailwind (arbitrary) */
class="text-[#c5b607] bg-[#c5b607]"
/* SCSS */
$brand: #c5b607;
/* SwiftUI */
Color(red: 0.773, green: 0.714, blue: 0.027)
/* Android */
Color.parseColor("#c5b607")Accessibility — WCAG contrast
Aa
#c5b607 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5b607 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green71.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow96.4%
Key (black)22.7%
Color previews
#c5b607 text on a black background
contrast 10.07:1
Card sample
#c5b607 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5b607;
Background color
Panel with #c5b607 background
background-color: #c5b607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5b607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 182, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 182, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5b607; background: linear-gradient(135deg, #c5b607, #55C507);