Sunflower Island
#ffcd01
Looking for the precise values behind Sunflower Island (#ffcd01)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffcd01 | |
|---|---|---|
| RGB | rgb(255, 205, 1) | |
| HSL | hsl(48, 100%, 50%) | |
| CMYK | cmyk(0%, 20%, 100%, 0%) | |
| LAB | lab(85, 8, 85) | |
| OKLCH | oklch(0.87 0.177 91) |
Color harmonies
Tints & shades
Code snippets
color: #ffcd01;
background-color: #ffcd01;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFCD01)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.80, blue: 0.00, alpha: 1.0)