#cfc839
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 200, 57
HSL
57°, 61%, 52%
CMYK
0, 3, 73, 19
Luminance
0.5487
Every format
| HEX | #cfc839 |
| RGB | rgb(207, 200, 57) |
| HSL | hsl(57, 61%, 52%) |
| CMYK | cmyk(0%, 3%, 73%, 19%) |
| LAB | lab(79.0 -13.6 67.9) |
| LCH | lch(79.0 69.3 101.3) |
| OKLCH | oklch(0.814 0.156 106.6) |
Copy-ready code
/* CSS */
color: #cfc839;
background-color: #cfc839;
/* Tailwind (arbitrary) */
class="text-[#cfc839] bg-[#cfc839]"
/* SCSS */
$brand: #cfc839;
/* SwiftUI */
Color(red: 0.812, green: 0.784, blue: 0.224)
/* Android */
Color.parseColor("#cfc839")Accessibility — WCAG contrast
Aa
#cfc839 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc839 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow72.5%
Key (black)18.8%
Color previews
#cfc839 text on a black background
contrast 11.97:1
Card sample
#cfc839 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc839;
Background color
Panel with #cfc839 background
background-color: #cfc839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 200, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 200, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc839; background: linear-gradient(135deg, #cfc839, #72CF39);