Tomato

#F43F5E

Red

Color Codes

All color formats for development

HEX
#F43F5E
RGB
rgb(244, 63, 94)
HSL
hsl(350, 89%, 60%)
OKLCH
oklch(0.645 0.215 16.4)
CMYK
cmyk(0%, 74%, 61%, 4%)

Accessibility

WCAG contrast compliance

On White Background

3.67:1

AA AAA

On Black Background

5.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC0
300
#F990
400
#F556
500
#F226
600
#D40C
700
#A90A
800
#7807
900
#4D04
950
#3003

Shades

Darker variations

1#F22144
2#E70D32
3#CA0C2C
4#AE0A25
5#91081F
6#740719
7#570513
8#3A030C
9#1D0206

Tints

Lighter variations

1#F5516D
2#F6657D
3#F7788D
4#F88B9D
5#F99FAE
6#FBB2BE
7#FCC5CE
8#FDD8DE
9#FEECEF

Tones

Muted variations

1#EB4763
2#E25069
3#D9596F
4#CF6375
5#C66C7B
6#BD7581
7#B47E87
8#AB878D
9#A29093

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE3
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0CA
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A2
BordersInactive statesPlaceholder text
400
F556
#F55671
Disabled statesSecondary iconsMuted text
500
F226
#F22648
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C2E
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A24
Active/pressed statesDark mode accentsSecondary text
800
7807
#78071A
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0411
Primary textHigh emphasis contentDark headings
950
3003
#30030A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FEF1F3;
  --tomato-100: #FDDDE3;
  --tomato-200: #FBC0CA;
  --tomato-300: #F990A2;
  --tomato-400: #F55671;
  --tomato-500: #F22648;
  --tomato-600: #D40C2E;
  --tomato-700: #A90A24;
  --tomato-800: #78071A;
  --tomato-900: #4D0411;
  --tomato-950: #30030A;
}
Generate More ShadesCreate PaletteConvert Color