Tomato

#FD4E4E

Red

Color Codes

All color formats for development

HEX
#FD4E4E
RGB
rgb(253, 78, 78)
HSL
hsl(0, 98%, 65%)
OKLCH
oklch(0.671 0.212 24.9)
CMYK
cmyk(0%, 69%, 69%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.29:1

AA AAA

On Black Background

6.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDC
200
#FEBD
300
#FE8B
400
#FD4E
500
#FD1C
600
#DE02
700
#B102
800
#7E01
900
#5101
950
#3201

Shades

Darker variations

1#FD2D2D
2#FD0D0D
3#E60202
4#C50202
5#A40202
6#830101
7#620101
8#420101
9#210000

Tints

Lighter variations

1#FD6060
2#FE7272
3#FE8383
4#FE9595
5#FEA7A7
6#FEB8B8
7#FECACA
8#FFDCDC
9#FFEDED

Tones

Muted variations

1#F45757
2#EC6060
3#E36969
4#DA7171
5#D17A7A
6#C98383
7#C08C8C
8#B79494
9#AE9D9D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F0
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCDC
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDBD
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8B8B
BordersInactive statesPlaceholder text
400
FD4E
#FD4E4E
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C1C
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE0202
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10202
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0101
Text on light backgroundsHeadingsStrong borders
900
5101
#510101
Primary textHigh emphasis contentDark headings
950
3201
#320101
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FFF0F0;
  --tomato-100: #FFDCDC;
  --tomato-200: #FEBDBD;
  --tomato-300: #FE8B8B;
  --tomato-400: #FD4E4E;
  --tomato-500: #FD1C1C;
  --tomato-600: #DE0202;
  --tomato-700: #B10202;
  --tomato-800: #7E0101;
  --tomato-900: #510101;
  --tomato-950: #320101;
}
Generate More ShadesCreate PaletteConvert Color