Tomato

#F75555

Red

Color Codes

All color formats for development

HEX
#F75555
RGB
rgb(247, 85, 85)
HSL
hsl(0, 91%, 65%)
OKLCH
oklch(0.67 0.198 24.2)
CMYK
cmyk(0%, 66%, 66%, 3%)

Accessibility

WCAG contrast compliance

On White Background

3.29:1

AA AAA

On Black Background

6.39: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#F53535
2#F41515
3#DE0A0A
4#BE0909
5#9E0707
6#7F0606
7#5F0404
8#3F0303
9#200101

Tints

Lighter variations

1#F86666
2#F97777
3#F98888
4#FA9999
5#FBAAAA
6#FCBBBB
7#FDCCCC
8#FDDDDD
9#FEEEEE

Tones

Muted variations

1#EF5D5D
2#E76565
3#DF6D6D
4#D67575
5#CE7D7D
6#C68585
7#BE8D8D
8#B69696
9#AE9E9E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F0
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDDD
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0C0
Secondary backgroundsInput backgroundsDividers
300
FA8F
#FA8F8F
BordersInactive statesPlaceholder text
400
F755
#F75555
Disabled statesSecondary iconsMuted text
500
F524
#F52424
Primary brand colorCTAsActive elementsLinks
600
D60A
#D60A0A
Hover statesFocus ringsPrimary buttons hover
700
AA08
#AA0808
Active/pressed statesDark mode accentsSecondary text
800
7A06
#7A0606
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0404
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: #FDDDDD;
  --tomato-200: #FCC0C0;
  --tomato-300: #FA8F8F;
  --tomato-400: #F75555;
  --tomato-500: #F52424;
  --tomato-600: #D60A0A;
  --tomato-700: #AA0808;
  --tomato-800: #7A0606;
  --tomato-900: #4E0404;
  --tomato-950: #310202;
}
Generate More ShadesCreate PaletteConvert Color