Sandworm
#fce883
Sandworm, represented by the hex value #fce883, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fce883 | |
|---|---|---|
| RGB | rgb(252, 232, 131) | |
| HSL | hsl(50, 95%, 75%) | |
| CMYK | cmyk(0%, 8%, 48%, 1%) | |
| LAB | lab(92, -2, 51) | |
| OKLCH | oklch(0.93 0.124 98) |
Color harmonies
Tints & shades
Code snippets
color: #fce883;
background-color: #fce883;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCE883)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.91, blue: 0.51, alpha: 1.0)