#cfbc02
a dark, electric yellow · cool · closest name: gold
RGB
207, 188, 2
HSL
54°, 98%, 41%
CMYK
0, 9, 99, 19
Luminance
0.4924
Every format
| HEX | #cfbc02 |
| RGB | rgb(207, 188, 2) |
| HSL | hsl(54, 98%, 41%) |
| CMYK | cmyk(0%, 9%, 99%, 19%) |
| LAB | lab(75.6 -8.8 76.8) |
| LCH | lch(75.6 77.3 96.6) |
| OKLCH | oklch(0.787 0.165 102.1) |
Copy-ready code
/* CSS */
color: #cfbc02;
background-color: #cfbc02;
/* Tailwind (arbitrary) */
class="text-[#cfbc02] bg-[#cfbc02]"
/* SCSS */
$brand: #cfbc02;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.008)
/* Android */
Color.parseColor("#cfbc02")Accessibility — WCAG contrast
Aa
#cfbc02 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc02 on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow99.0%
Key (black)18.8%
Color previews
#cfbc02 text on a black background
contrast 10.85:1
Card sample
#cfbc02 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc02;
Background color
Panel with #cfbc02 background
background-color: #cfbc02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc02; background: linear-gradient(135deg, #cfbc02, #5ACF02);