Sweet Pimento
#fe6346
Looking for the precise values behind Sweet Pimento (#fe6346)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fe6346 | |
|---|---|---|
| RGB | rgb(254, 99, 70) | |
| HSL | hsl(9, 99%, 64%) | |
| CMYK | cmyk(0%, 61%, 72%, 0%) | |
| LAB | lab(63, 59, 48) | |
| OKLCH | oklch(0.69 0.195 33) |
Color harmonies
Tints & shades
Code snippets
color: #fe6346;
background-color: #fe6346;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFE6346)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.39, blue: 0.27, alpha: 1.0)