Tomato
#F45F25
OrangeColor Codes
All color formats for development
HEX
#F45F25RGB
rgb(244, 95, 37)HSL
hsl(17, 90%, 55%)OKLCH
oklch(0.671 0.195 39.3)CMYK
cmyk(0%, 61%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F04D0D
2#D5440B
3#BB3C0A
4#A03308
5#852B07
6#6B2206
7#501A04
8#351103
9#1B0901
Tints
Lighter variations
1#F56F3B
2#F67F51
3#F78F66
4#F89F7C
5#F9AF92
6#FABFA8
7#FCCFBE
8#FDDFD3
9#FEEFE9
Tones
Muted variations
1#E9642F
2#DF683A
3#D56D44
4#CA714E
5#C07659
6#B67A63
7#AB7F6D
8#A18378
9#978882
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE6 #FDE6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD1 #FCD1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9AD #F9AD90 | BordersInactive statesPlaceholder text |
| 400 | F683 #F68355 | Disabled statesSecondary iconsMuted text |
| 500 | F45F #F45F25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D544 #D5440B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA36 #AA3609 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7927 #792706 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E19 #4E1904 | Primary textHigh emphasis contentDark headings |
| 950 | 3010 #301003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F0;
--tomato-100: #FDE6DD;
--tomato-200: #FCD1C0;
--tomato-300: #F9AD90;
--tomato-400: #F68355;
--tomato-500: #F45F25;
--tomato-600: #D5440B;
--tomato-700: #AA3609;
--tomato-800: #792706;
--tomato-900: #4E1904;
--tomato-950: #301003;
}