#cfd103
a dark, electric yellow · cool · closest name: gold
RGB
207, 209, 3
HSL
61°, 97%, 42%
CMYK
1, 0, 99, 18
Luminance
0.5887
Every format
| HEX | #cfd103 |
| RGB | rgb(207, 209, 3) |
| HSL | hsl(61, 97%, 42%) |
| CMYK | cmyk(1%, 0%, 99%, 18%) |
| LAB | lab(81.2 -19.4 80.8) |
| LCH | lch(81.2 83.1 103.5) |
| OKLCH | oklch(0.832 0.182 110.5) |
Copy-ready code
/* CSS */
color: #cfd103;
background-color: #cfd103;
/* Tailwind (arbitrary) */
class="text-[#cfd103] bg-[#cfd103]"
/* SCSS */
$brand: #cfd103;
/* SwiftUI */
Color(red: 0.812, green: 0.820, blue: 0.012)
/* Android */
Color.parseColor("#cfd103")Accessibility — WCAG contrast
Aa
#cfd103 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd103 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.0%
Blue1.2%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow98.6%
Key (black)18.0%
Color previews
#cfd103 text on a black background
contrast 12.77:1
Card sample
#cfd103 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd103;
Background color
Panel with #cfd103 background
background-color: #cfd103;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd103;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 209, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 209, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd103; background: linear-gradient(135deg, #cfd103, #46D103);