Tomato
#F14C27
RedColor Codes
All color formats for development
HEX
#F14C27RGB
rgb(241, 76, 39)HSL
hsl(11, 88%, 55%)OKLCH
oklch(0.645 0.207 33.9)CMYK
cmyk(0%, 68%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED380F
2#D3320D
3#B92B0C
4#9E250A
5#841F08
6#691907
7#4F1305
8#350C03
9#1A0602
Tints
Lighter variations
1#F35E3D
2#F47052
3#F58268
4#F7947E
5#F8A693
6#F9B8A9
7#FBC9BE
8#FCDBD4
9#FEEDE9
Tones
Muted variations
1#E75331
2#DD593B
3#D35F46
4#C96650
5#BF6C5A
6#B57364
7#AB796E
8#A07F78
9#968682
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCB #FBCBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A4 #F8A491 | BordersInactive statesPlaceholder text |
| 400 | F474 #F47457 | Disabled statesSecondary iconsMuted text |
| 500 | F14C #F14C27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D332 #D3320D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A828 #A8280B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 781C #781C08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D12 #4D1205 | Primary textHigh emphasis contentDark headings |
| 950 | 300B #300B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FDE3DD;
--tomato-200: #FBCBC1;
--tomato-300: #F8A491;
--tomato-400: #F47457;
--tomato-500: #F14C27;
--tomato-600: #D3320D;
--tomato-700: #A8280B;
--tomato-800: #781C08;
--tomato-900: #4D1205;
--tomato-950: #300B03;
}