Mamba Yellow
#fdd014
Mamba Yellow is a color with the hex code #fdd014. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fdd014 | |
|---|---|---|
| RGB | rgb(253, 208, 20) | |
| HSL | hsl(48, 98%, 54%) | |
| CMYK | cmyk(0%, 18%, 92%, 1%) | |
| LAB | lab(86, 6, 83) | |
| OKLCH | oklch(0.87 0.176 93) |
Color harmonies
Tints & shades
Code snippets
color: #fdd014;
background-color: #fdd014;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDD014)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.82, blue: 0.08, alpha: 1.0)