Cantaloupe
#ffd479
Looking for the precise values behind Cantaloupe (#ffd479)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffd479 | |
|---|---|---|
| RGB | rgb(255, 212, 121) | |
| HSL | hsl(41, 100%, 74%) | |
| CMYK | cmyk(0%, 17%, 53%, 0%) | |
| LAB | lab(87, 8, 50) | |
| OKLCH | oklch(0.89 0.12 85) |
Color harmonies
Tints & shades
Code snippets
color: #ffd479;
background-color: #ffd479;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFD479)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.83, blue: 0.47, alpha: 1.0)