Celery Sceptre
#e1df9a
Looking for the precise values behind Celery Sceptre (#e1df9a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e1df9a | |
|---|---|---|
| RGB | rgb(225, 223, 154) | |
| HSL | hsl(58, 54%, 74%) | |
| CMYK | cmyk(0%, 1%, 32%, 12%) | |
| LAB | lab(88, -7, 34) | |
| OKLCH | oklch(0.89 0.089 107) |
Color harmonies
Tints & shades
Code snippets
color: #e1df9a;
background-color: #e1df9a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE1DF9A)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.87, blue: 0.60, alpha: 1.0)