Tomato

#FB5F51

Red

Color Codes

All color formats for development

HEX
#FB5F51
RGB
rgb(251, 95, 81)
HSL
hsl(5, 96%, 65%)
OKLCH
oklch(0.687 0.193 28.3)
CMYK
cmyk(0%, 62%, 68%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.06:1

AA AAA

On Black Background

6.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF1
100
#FEDF
200
#FEC3
300
#FD95
400
#FB5E
500
#FA30
600
#DC16
700
#AF12
800
#7D0D
900
#5008
950
#3205

Shades

Darker variations

1#FB4130
2#FA230F
3#E31705
4#C31404
5#A21103
6#820D03
7#610A02
8#410701
9#200301

Tints

Lighter variations

1#FC6E62
2#FC7E73
3#FD8F85
4#FD9F96
5#FDAFA8
6#FEBFB9
7#FECFCB
8#FEDFDC
9#FFEFEE

Tones

Muted variations

1#F36559
2#EA6D61
3#E2746A
4#D97B72
5#D1827B
6#C88983
7#BF908C
8#B79795
9#AE9F9D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF1
#FFF1F0
BackgroundsSubtle highlightsCard backgrounds
100
FEDF
#FEDFDC
Light backgroundsTable row hoverSkeleton loading
200
FEC3
#FEC3BE
Secondary backgroundsInput backgroundsDividers
300
FD95
#FD958C
BordersInactive statesPlaceholder text
400
FB5E
#FB5E50
Disabled statesSecondary iconsMuted text
500
FA30
#FA301E
Primary brand colorCTAsActive elementsLinks
600
DC16
#DC1604
Hover statesFocus ringsPrimary buttons hover
700
AF12
#AF1204
Active/pressed statesDark mode accentsSecondary text
800
7D0D
#7D0D03
Text on light backgroundsHeadingsStrong borders
900
5008
#500802
Primary textHigh emphasis contentDark headings
950
3205
#320501
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FFF1F0;
  --tomato-100: #FEDFDC;
  --tomato-200: #FEC3BE;
  --tomato-300: #FD958C;
  --tomato-400: #FB5E50;
  --tomato-500: #FA301E;
  --tomato-600: #DC1604;
  --tomato-700: #AF1204;
  --tomato-800: #7D0D03;
  --tomato-900: #500802;
  --tomato-950: #320501;
}
Generate More ShadesCreate PaletteConvert Color