#edcd4f
a balanced, electric yellow · cool · closest name: khaki
RGB
237, 205, 79
HSL
48°, 81%, 62%
CMYK
0, 14, 67, 7
Luminance
0.6223
Every format
| HEX | #edcd4f |
| RGB | rgb(237, 205, 79) |
| HSL | hsl(48, 81%, 62%) |
| CMYK | cmyk(0%, 14%, 67%, 7%) |
| LAB | lab(83.0 -2.4 64.5) |
| LCH | lch(83.0 64.5 92.1) |
| OKLCH | oklch(0.853 0.146 94.8) |
Copy-ready code
/* CSS */
color: #edcd4f;
background-color: #edcd4f;
/* Tailwind (arbitrary) */
class="text-[#edcd4f] bg-[#edcd4f]"
/* SCSS */
$brand: #edcd4f;
/* SwiftUI */
Color(red: 0.929, green: 0.804, blue: 0.310)
/* Android */
Color.parseColor("#edcd4f")Accessibility — WCAG contrast
Aa
#edcd4f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcd4f on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow66.7%
Key (black)7.1%
Color previews
#edcd4f text on a black background
contrast 13.45:1
Card sample
#edcd4f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcd4f;
Background color
Panel with #edcd4f background
background-color: #edcd4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcd4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 205, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 205, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcd4f; background: linear-gradient(135deg, #edcd4f, #A4ED4F);