Tomato

#FD634E

Red

Color Codes

All color formats for development

HEX
#FD634E
RGB
rgb(253, 99, 78)
HSL
hsl(7, 98%, 65%)
OKLCH
oklch(0.694 0.192 30.4)
CMYK
cmyk(0%, 61%, 69%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.97:1

AA AAA

On Black Background

7.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF2
100
#FFE0
200
#FEC5
300
#FE98
400
#FD63
500
#FD36
600
#DE1C
700
#B116
800
#7E10
900
#510A
950
#3206

Shades

Darker variations

1#FD462D
2#FD290D
3#E61D02
4#C51902
5#A41502
6#831001
7#620C01
8#420801
9#210400

Tints

Lighter variations

1#FD7260
2#FE8272
3#FE9283
4#FEA195
5#FEB1A7
6#FEC0B8
7#FED0CA
8#FFE0DC
9#FFEFED

Tones

Muted variations

1#F46957
2#EC7060
3#E37769
4#DA7E71
5#D1847A
6#C98B83
7#C0928C
8#B79894
9#AE9F9D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF2
#FFF2F0
BackgroundsSubtle highlightsCard backgrounds
100
FFE0
#FFE0DC
Light backgroundsTable row hoverSkeleton loading
200
FEC5
#FEC5BD
Secondary backgroundsInput backgroundsDividers
300
FE98
#FE988B
BordersInactive statesPlaceholder text
400
FD63
#FD634E
Disabled statesSecondary iconsMuted text
500
FD36
#FD361C
Primary brand colorCTAsActive elementsLinks
600
DE1C
#DE1C02
Hover statesFocus ringsPrimary buttons hover
700
B116
#B11602
Active/pressed statesDark mode accentsSecondary text
800
7E10
#7E1001
Text on light backgroundsHeadingsStrong borders
900
510A
#510A01
Primary textHigh emphasis contentDark headings
950
3206
#320601
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FFF2F0;
  --tomato-100: #FFE0DC;
  --tomato-200: #FEC5BD;
  --tomato-300: #FE988B;
  --tomato-400: #FD634E;
  --tomato-500: #FD361C;
  --tomato-600: #DE1C02;
  --tomato-700: #B11602;
  --tomato-800: #7E1001;
  --tomato-900: #510A01;
  --tomato-950: #320601;
}
Generate More ShadesCreate PaletteConvert Color