Tomato
#FD694E
RedColor Codes
All color formats for development
HEX
#FD694ERGB
rgb(253, 105, 78)HSL
hsl(9, 98%, 65%)OKLCH
oklch(0.702 0.186 32.3)CMYK
cmyk(0%, 58%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD4D2D
2#FD310D
3#E62402
4#C51F02
5#A41A02
6#831501
7#621001
8#420A01
9#210500
Tints
Lighter variations
1#FD7860
2#FE8772
3#FE9683
4#FEA595
5#FEB4A7
6#FEC3B8
7#FED2CA
8#FFE1DC
9#FFF0ED
Tones
Muted variations
1#F46F57
2#EC7560
3#E37B69
4#DA8171
5#D1877A
6#C98D83
7#C0938C
8#B79A94
9#AEA09D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE1 #FFE1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC7 #FEC7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE9C #FE9C8B | BordersInactive statesPlaceholder text |
| 400 | FD69 #FD694E | Disabled statesSecondary iconsMuted text |
| 500 | FD3E #FD3E1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE23 #DE2302 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B11C #B11C02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E14 #7E1401 | Text on light backgroundsHeadingsStrong borders |
| 900 | 510D #510D01 | Primary textHigh emphasis contentDark headings |
| 950 | 3208 #320801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FFE1DC;
--tomato-200: #FEC7BD;
--tomato-300: #FE9C8B;
--tomato-400: #FD694E;
--tomato-500: #FD3E1C;
--tomato-600: #DE2302;
--tomato-700: #B11C02;
--tomato-800: #7E1401;
--tomato-900: #510D01;
--tomato-950: #320801;
}