#cfce39
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 206, 57
HSL
60°, 61%, 52%
CMYK
0, 1, 73, 19
Luminance
0.5770
Every format
| HEX | #cfce39 |
| RGB | rgb(207, 206, 57) |
| HSL | hsl(60, 61%, 52%) |
| CMYK | cmyk(0%, 1%, 73%, 19%) |
| LAB | lab(80.6 -16.6 69.4) |
| LCH | lch(80.6 71.4 103.4) |
| OKLCH | oklch(0.827 0.162 109.1) |
Copy-ready code
/* CSS */
color: #cfce39;
background-color: #cfce39;
/* Tailwind (arbitrary) */
class="text-[#cfce39] bg-[#cfce39]"
/* SCSS */
$brand: #cfce39;
/* SwiftUI */
Color(red: 0.812, green: 0.808, blue: 0.224)
/* Android */
Color.parseColor("#cfce39")Accessibility — WCAG contrast
Aa
#cfce39 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfce39 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow72.5%
Key (black)18.8%
Color previews
#cfce39 text on a black background
contrast 12.54:1
Card sample
#cfce39 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfce39;
Background color
Panel with #cfce39 background
background-color: #cfce39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfce39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 206, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 206, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfce39; background: linear-gradient(135deg, #cfce39, #6CCF39);