Tomato

#FD4E69

Red

Color Codes

All color formats for development

HEX
#FD4E69
RGB
rgb(253, 78, 105)
HSL
hsl(351, 98%, 65%)
OKLCH
oklch(0.675 0.21 16.1)
CMYK
cmyk(0%, 69%, 58%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.25:1

AA AAA

On Black Background

6.47: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#FD2D4D
2#FD0D31
3#E60224
4#C5021F
5#A4021A
6#830115
7#620110
8#42010A
9#210005

Tints

Lighter variations

1#FD6078
2#FE7287
3#FE8396
4#FE95A5
5#FEA7B4
6#FEB8C3
7#FECAD2
8#FFDCE1
9#FFEDF0

Tones

Muted variations

1#F4576F
2#EC6075
3#E3697B
4#DA7181
5#D17A87
6#C9838D
7#C08C93
8#B7949A
9#AE9DA0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCE1
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDC7
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8B9C
BordersInactive statesPlaceholder text
400
FD4E
#FD4E69
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C3E
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE0223
Hover statesFocus ringsPrimary buttons hover
700
B102
#B1021C
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0114
Text on light backgroundsHeadingsStrong borders
900
5101
#51010D
Primary textHigh emphasis contentDark headings
950
3201
#320108
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FFF0F2;
  --tomato-100: #FFDCE1;
  --tomato-200: #FEBDC7;
  --tomato-300: #FE8B9C;
  --tomato-400: #FD4E69;
  --tomato-500: #FD1C3E;
  --tomato-600: #DE0223;
  --tomato-700: #B1021C;
  --tomato-800: #7E0114;
  --tomato-900: #51010D;
  --tomato-950: #320108;
}
Generate More ShadesCreate PaletteConvert Color