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