#cfd839
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 216, 57
HSL
63°, 67%, 54%
CMYK
4, 0, 74, 15
Luminance
0.6267
Every format
| HEX | #cfd839 |
| RGB | rgb(207, 216, 57) |
| HSL | hsl(63, 67%, 54%) |
| CMYK | cmyk(4%, 0%, 74%, 15%) |
| LAB | lab(83.3 -21.5 72.0) |
| LCH | lch(83.3 75.1 106.6) |
| OKLCH | oklch(0.848 0.172 112.8) |
Copy-ready code
/* CSS */
color: #cfd839;
background-color: #cfd839;
/* Tailwind (arbitrary) */
class="text-[#cfd839] bg-[#cfd839]"
/* SCSS */
$brand: #cfd839;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.224)
/* Android */
Color.parseColor("#cfd839")Accessibility — WCAG contrast
Aa
#cfd839 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd839 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue22.4%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow73.6%
Key (black)15.3%
Color previews
#cfd839 text on a black background
contrast 13.53:1
Card sample
#cfd839 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd839;
Background color
Panel with #cfd839 background
background-color: #cfd839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd839; background: linear-gradient(135deg, #cfd839, #65D839);