Tomato
#F95363
RedColor Codes
All color formats for development
HEX
#F95363RGB
rgb(249, 83, 99)HSL
hsl(354, 93%, 65%)OKLCH
oklch(0.673 0.201 19)CMYK
cmyk(0%, 67%, 60%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F83346
2#F6132A
3#E0081E
4#C00719
5#A00615
6#800511
7#60030D
8#400208
9#200104
Tints
Lighter variations
1#F96473
2#FA7582
3#FB8692
4#FB98A2
5#FCA9B1
6#FDBAC1
7#FDCBD0
8#FEDDE0
9#FEEEEF
Tones
Muted variations
1#F05B6A
2#E86371
3#E06C77
4#D8747E
5#CF7C85
6#C7858B
7#BF8D92
8#B69598
9#AE9D9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E99 | BordersInactive statesPlaceholder text |
| 400 | F953 #F95363 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72237 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9081D | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0617 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0410 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F030A | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310207 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F2;
--tomato-100: #FEDDE0;
--tomato-200: #FDBFC5;
--tomato-300: #FB8E99;
--tomato-400: #F95363;
--tomato-500: #F72237;
--tomato-600: #D9081D;
--tomato-700: #AC0617;
--tomato-800: #7B0410;
--tomato-900: #4F030A;
--tomato-950: #310207;
}