Tomato

#F7555F

Red

Color Codes

All color formats for development

HEX
#F7555F
RGB
rgb(247, 85, 95)
HSL
hsl(356, 91%, 65%)
OKLCH
oklch(0.671 0.197 20.8)
CMYK
cmyk(0%, 66%, 62%, 3%)

Accessibility

WCAG contrast compliance

On White Background

3.27:1

AA AAA

On Black Background

6.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FDDD
200
#FCC0
300
#FA8F
400
#F755
500
#F524
600
#D60A
700
#AA08
800
#7A06
900
#4E04
950
#3102

Shades

Darker variations

1#F53542
2#F41524
3#DE0A19
4#BE0915
5#9E0712
6#7F060E
7#5F040B
8#3F0307
9#200104

Tints

Lighter variations

1#F8666F
2#F9777F
3#F9888F
4#FA999F
5#FBAAAF
6#FCBBBF
7#FDCCCF
8#FDDDDF
9#FEEEEF

Tones

Muted variations

1#EF5D66
2#E7656D
3#DF6D74
4#D6757C
5#CE7D83
6#C6858A
7#BE8D91
8#B69698
9#AE9E9F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F1
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDDF
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0C4
Secondary backgroundsInput backgroundsDividers
300
FA8F
#FA8F96
BordersInactive statesPlaceholder text
400
F755
#F7555F
Disabled statesSecondary iconsMuted text
500
F524
#F52432
Primary brand colorCTAsActive elementsLinks
600
D60A
#D60A18
Hover statesFocus ringsPrimary buttons hover
700
AA08
#AA0813
Active/pressed statesDark mode accentsSecondary text
800
7A06
#7A060D
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0409
Primary textHigh emphasis contentDark headings
950
3102
#310205
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FEF0F1;
  --tomato-100: #FDDDDF;
  --tomato-200: #FCC0C4;
  --tomato-300: #FA8F96;
  --tomato-400: #F7555F;
  --tomato-500: #F52432;
  --tomato-600: #D60A18;
  --tomato-700: #AA0813;
  --tomato-800: #7A060D;
  --tomato-900: #4E0409;
  --tomato-950: #310205;
}
Generate More ShadesCreate PaletteConvert Color