#cfd72f
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 215, 47
HSL
63°, 68%, 51%
CMYK
4, 0, 78, 16
Luminance
0.6207
Every format
| HEX | #cfd72f |
| RGB | rgb(207, 215, 47) |
| HSL | hsl(63, 68%, 51%) |
| CMYK | cmyk(4%, 0%, 78%, 16%) |
| LAB | lab(83.0 -21.4 74.7) |
| LCH | lch(83.0 77.7 106.0) |
| OKLCH | oklch(0.846 0.176 112.5) |
Copy-ready code
/* CSS */
color: #cfd72f;
background-color: #cfd72f;
/* Tailwind (arbitrary) */
class="text-[#cfd72f] bg-[#cfd72f]"
/* SCSS */
$brand: #cfd72f;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.184)
/* Android */
Color.parseColor("#cfd72f")Accessibility — WCAG contrast
Aa
#cfd72f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd72f on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue18.4%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow78.1%
Key (black)15.7%
Color previews
#cfd72f text on a black background
contrast 13.41:1
Card sample
#cfd72f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd72f;
Background color
Panel with #cfd72f background
background-color: #cfd72f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd72f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd72f; background: linear-gradient(135deg, #cfd72f, #5FD72F);