Pure Sunshine
#ffee15
Here's everything about the color Pure Sunshine (#ffee15) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffee15 | |
|---|---|---|
| RGB | rgb(255, 238, 21) | |
| HSL | hsl(56, 100%, 54%) | |
| CMYK | cmyk(0%, 7%, 92%, 0%) | |
| LAB | lab(93, -8, 89) | |
| OKLCH | oklch(0.93 0.195 104) |
Color harmonies
Tints & shades
Code snippets
color: #ffee15;
background-color: #ffee15;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFEE15)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.93, blue: 0.08, alpha: 1.0)