#cfcf11
a dark, electric yellow · cool · closest name: gold
RGB
207, 207, 17
HSL
60°, 85%, 44%
CMYK
0, 0, 92, 19
Luminance
0.5793
Every format
| HEX | #cfcf11 |
| RGB | rgb(207, 207, 17) |
| HSL | hsl(60, 85%, 44%) |
| CMYK | cmyk(0%, 0%, 92%, 19%) |
| LAB | lab(80.7 -18.2 79.0) |
| LCH | lch(80.7 81.1 103.0) |
| OKLCH | oklch(0.827 0.178 109.7) |
Copy-ready code
/* CSS */
color: #cfcf11;
background-color: #cfcf11;
/* Tailwind (arbitrary) */
class="text-[#cfcf11] bg-[#cfcf11]"
/* SCSS */
$brand: #cfcf11;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.067)
/* Android */
Color.parseColor("#cfcf11")Accessibility — WCAG contrast
Aa
#cfcf11 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcf11 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow91.8%
Key (black)18.8%
Color previews
#cfcf11 text on a black background
contrast 12.59:1
Card sample
#cfcf11 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcf11;
Background color
Panel with #cfcf11 background
background-color: #cfcf11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcf11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcf11; background: linear-gradient(135deg, #cfcf11, #50CF11);