Yuzukoshō
#d4de49
Looking for the precise values behind Yuzukoshō (#d4de49)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d4de49 | |
|---|---|---|
| RGB | rgb(212, 222, 73) | |
| HSL | hsl(64, 69%, 58%) | |
| CMYK | cmyk(5%, 0%, 67%, 13%) | |
| LAB | lab(86, -17, 68) | |
| OKLCH | oklch(0.87 0.167 113) |
Color harmonies
Tints & shades
Code snippets
color: #d4de49;
background-color: #d4de49;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD4DE49)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.87, blue: 0.29, alpha: 1.0)