Tomato
#F15327
RedColor Codes
All color formats for development
HEX
#F15327RGB
rgb(241, 83, 39)HSL
hsl(13, 88%, 55%)OKLCH
oklch(0.653 0.202 35.7)CMYK
cmyk(0%, 66%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3F0F
2#D3380D
3#B9310C
4#9E2A0A
5#842308
6#691C07
7#4F1505
8#350E03
9#1A0702
Tints
Lighter variations
1#F3643D
2#F47552
3#F58768
4#F7987E
5#F8A993
6#F9BAA9
7#FBCBBE
8#FCDDD4
9#FEEEE9
Tones
Muted variations
1#E75931
2#DD5E3B
3#D36446
4#C96A50
5#BF705A
6#B57564
7#AB7B6E
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 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCD #FBCDC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A7 #F8A791 | BordersInactive statesPlaceholder text |
| 400 | F479 #F47957 | Disabled statesSecondary iconsMuted text |
| 500 | F153 #F15327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D338 #D3380D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A82D #A82D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7820 #782008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D14 #4D1405 | Primary textHigh emphasis contentDark headings |
| 950 | 300D #300D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F1;
--tomato-100: #FDE4DD;
--tomato-200: #FBCDC1;
--tomato-300: #F8A791;
--tomato-400: #F47957;
--tomato-500: #F15327;
--tomato-600: #D3380D;
--tomato-700: #A82D0B;
--tomato-800: #782008;
--tomato-900: #4D1405;
--tomato-950: #300D03;
}