Mikado Yellow
#ffc40c
Here's everything about the color Mikado Yellow (#ffc40c) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffc40c | |
|---|---|---|
| RGB | rgb(255, 196, 12) | |
| HSL | hsl(45, 100%, 52%) | |
| CMYK | cmyk(0%, 23%, 95%, 0%) | |
| LAB | lab(83, 12, 82) | |
| OKLCH | oklch(0.85 0.172 86) |
Color harmonies
Tints & shades
Code snippets
color: #ffc40c;
background-color: #ffc40c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFC40C)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.77, blue: 0.05, alpha: 1.0)