Tomato
#F15627
RedColor Codes
All color formats for development
HEX
#F15627RGB
rgb(241, 86, 39)HSL
hsl(14, 88%, 55%)OKLCH
oklch(0.656 0.199 36.5)CMYK
cmyk(0%, 64%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED430F
2#D33C0D
3#B9340C
4#9E2D0A
5#842508
6#691E07
7#4F1605
8#350F03
9#1A0702
Tints
Lighter variations
1#F3673D
2#F47852
3#F58968
4#F79A7E
5#F8AB93
6#F9BCA9
7#FBCCBE
8#FCDDD4
9#FEEEE9
Tones
Muted variations
1#E75C31
2#DD613B
3#D36746
4#C96C50
5#BF715A
6#B57764
7#AB7C6E
8#A08178
9#968782
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCE #FBCEC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A9 #F8A991 | BordersInactive statesPlaceholder text |
| 400 | F47C #F47C57 | Disabled statesSecondary iconsMuted text |
| 500 | F156 #F15627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D33C #D33C0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A82F #A82F0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7822 #782208 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D16 #4D1605 | Primary textHigh emphasis contentDark headings |
| 950 | 300E #300E03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F1;
--tomato-100: #FDE5DD;
--tomato-200: #FBCEC1;
--tomato-300: #F8A991;
--tomato-400: #F47C57;
--tomato-500: #F15627;
--tomato-600: #D33C0D;
--tomato-700: #A82F0B;
--tomato-800: #782208;
--tomato-900: #4D1605;
--tomato-950: #300E03;
}