Tomato
#F15027
RedColor Codes
All color formats for development
HEX
#F15027RGB
rgb(241, 80, 39)HSL
hsl(12, 88%, 55%)OKLCH
oklch(0.649 0.204 34.9)CMYK
cmyk(0%, 67%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3C0F
2#D3350D
3#B92E0C
4#9E280A
5#842108
6#691A07
7#4F1405
8#350D03
9#1A0702
Tints
Lighter variations
1#F3613D
2#F47352
3#F58468
4#F7967E
5#F8A793
6#F9B9A9
7#FBCABE
8#FCDCD4
9#FEEDE9
Tones
Muted variations
1#E75631
2#DD5C3B
3#D36246
4#C96850
5#BF6E5A
6#B57464
7#AB7A6E
8#A08078
9#968682
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCC #FBCCC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A5 #F8A591 | BordersInactive statesPlaceholder text |
| 400 | F477 #F47757 | Disabled statesSecondary iconsMuted text |
| 500 | F150 #F15027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D335 #D3350D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A82A #A82A0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 781E #781E08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D13 #4D1305 | Primary textHigh emphasis contentDark headings |
| 950 | 300C #300C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FDE4DD;
--tomato-200: #FBCCC1;
--tomato-300: #F8A591;
--tomato-400: #F47757;
--tomato-500: #F15027;
--tomato-600: #D3350D;
--tomato-700: #A82A0B;
--tomato-800: #781E08;
--tomato-900: #4D1305;
--tomato-950: #300C03;
}