Munsell Yellow
#efcc00
Munsell Yellow is a color with the hex code #efcc00. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #efcc00 | |
|---|---|---|
| RGB | rgb(239, 204, 0) | |
| HSL | hsl(51, 100%, 47%) | |
| CMYK | cmyk(0%, 15%, 100%, 6%) | |
| LAB | lab(83, 1, 83) | |
| OKLCH | oklch(0.85 0.175 97) |
Color harmonies
Tints & shades
Code snippets
color: #efcc00;
background-color: #efcc00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFCC00)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.80, blue: 0.00, alpha: 1.0)