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