Sailor Moonlight
#f6f1a9
Sailor Moonlight, represented by the hex value #f6f1a9, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f6f1a9 | |
|---|---|---|
| RGB | rgb(246, 241, 169) | |
| HSL | hsl(56, 81%, 81%) | |
| CMYK | cmyk(0%, 2%, 31%, 4%) | |
| LAB | lab(94, -6, 36) | |
| OKLCH | oklch(0.95 0.091 105) |
Color harmonies
Tints & shades
Code snippets
color: #f6f1a9;
background-color: #f6f1a9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6F1A9)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.95, blue: 0.66, alpha: 1.0)