Tomato

#FF4D64

Red

Color Codes

All color formats for development

HEX
#FF4D64
RGB
rgb(255, 77, 100)
HSL
hsl(352, 100%, 65%)
OKLCH
oklch(0.677 0.213 17.8)
CMYK
cmyk(0%, 70%, 61%, 0%)

Accessibility

WCAG contrast compliance

On White Background

3.23:1

AA AAA

On Black Background

6.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDB
200
#FFBD
300
#FF8A
400
#FF4D
500
#FF1A
600
#E000
700
#B300
800
#8000
900
#5200
950
#3300

Shades

Darker variations

1#FF2B48
2#FF0A2B
3#E8001F
4#C7001B
5#A60016
6#850012
7#63000D
8#420009
9#210004

Tints

Lighter variations

1#FF5E74
2#FF7083
3#FF8293
4#FF94A2
5#FFA6B2
6#FFB8C1
7#FFC9D1
8#FFDBE0
9#FFEDF0

Tones

Muted variations

1#F6556B
2#ED5E71
3#E46778
4#DB707E
5#D27985
6#C9828C
7#C18B92
8#B89499
9#AF9D9F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FFDB
#FFDBE0
Light backgroundsTable row hoverSkeleton loading
200
FFBD
#FFBDC6
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8A99
BordersInactive statesPlaceholder text
400
FF4D
#FF4D64
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1A38
Primary brand colorCTAsActive elementsLinks
600
E000
#E0001E
Hover statesFocus ringsPrimary buttons hover
700
B300
#B30018
Active/pressed statesDark mode accentsSecondary text
800
8000
#800011
Text on light backgroundsHeadingsStrong borders
900
5200
#52000B
Primary textHigh emphasis contentDark headings
950
3300
#330007
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FFF0F2;
  --tomato-100: #FFDBE0;
  --tomato-200: #FFBDC6;
  --tomato-300: #FF8A99;
  --tomato-400: #FF4D64;
  --tomato-500: #FF1A38;
  --tomato-600: #E0001E;
  --tomato-700: #B30018;
  --tomato-800: #800011;
  --tomato-900: #52000B;
  --tomato-950: #330007;
}
Generate More ShadesCreate PaletteConvert Color