Tomato
#F95353
RedColor Codes
All color formats for development
HEX
#F95353RGB
rgb(249, 83, 83)HSL
hsl(0, 93%, 65%)OKLCH
oklch(0.67 0.202 24.4)CMYK
cmyk(0%, 67%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F83333
2#F61313
3#E00808
4#C00707
5#A00606
6#800505
7#600303
8#400202
9#200101
Tints
Lighter variations
1#F96464
2#FA7575
3#FB8686
4#FB9898
5#FCA9A9
6#FDBABA
7#FDCBCB
8#FEDDDD
9#FEEEEE
Tones
Muted variations
1#F05B5B
2#E86363
3#E06C6C
4#D87474
5#CF7C7C
6#C78585
7#BF8D8D
8#B69595
9#AE9D9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E8E | BordersInactive statesPlaceholder text |
| 400 | F953 #F95353 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72222 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90808 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0606 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0404 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0303 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F0;
--tomato-100: #FEDDDD;
--tomato-200: #FDBFBF;
--tomato-300: #FB8E8E;
--tomato-400: #F95353;
--tomato-500: #F72222;
--tomato-600: #D90808;
--tomato-700: #AC0606;
--tomato-800: #7B0404;
--tomato-900: #4F0303;
--tomato-950: #310202;
}