#cfcf2a
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 207, 42
HSL
60°, 66%, 49%
CMYK
0, 0, 80, 19
Luminance
0.5806
Every format
| HEX | #cfcf2a |
| RGB | rgb(207, 207, 42) |
| HSL | hsl(60, 66%, 49%) |
| CMYK | cmyk(0%, 0%, 80%, 19%) |
| LAB | lab(80.8 -17.7 74.1) |
| LCH | lch(80.8 76.2 103.4) |
| OKLCH | oklch(0.828 0.170 109.6) |
Copy-ready code
/* CSS */
color: #cfcf2a;
background-color: #cfcf2a;
/* Tailwind (arbitrary) */
class="text-[#cfcf2a] bg-[#cfcf2a]"
/* SCSS */
$brand: #cfcf2a;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.165)
/* Android */
Color.parseColor("#cfcf2a")Accessibility — WCAG contrast
Aa
#cfcf2a on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcf2a on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow79.7%
Key (black)18.8%
Color previews
#cfcf2a text on a black background
contrast 12.61:1
Card sample
#cfcf2a text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcf2a;
Background color
Panel with #cfcf2a background
background-color: #cfcf2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcf2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcf2a; background: linear-gradient(135deg, #cfcf2a, #61CF2A);