Deviled Eggs
#fecd82
Looking for the precise values behind Deviled Eggs (#fecd82)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fecd82 | |
|---|---|---|
| RGB | rgb(254, 205, 130) | |
| HSL | hsl(36, 98%, 75%) | |
| CMYK | cmyk(0%, 19%, 49%, 0%) | |
| LAB | lab(86, 11, 44) | |
| OKLCH | oklch(0.88 0.108 77) |
Color harmonies
Tints & shades
Code snippets
color: #fecd82;
background-color: #fecd82;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFECD82)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.80, blue: 0.51, alpha: 1.0)