Tomato

#FF4D4D

Red

Color Codes

All color formats for development

HEX
#FF4D4D
RGB
rgb(255, 77, 77)
HSL
hsl(0, 100%, 65%)
OKLCH
oklch(0.673 0.215 25)
CMYK
cmyk(0%, 70%, 70%, 0%)

Accessibility

WCAG contrast compliance

On White Background

3.27:1

AA AAA

On Black Background

6.42: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#FF2B2B
2#FF0A0A
3#E80000
4#C70000
5#A60000
6#850000
7#630000
8#420000
9#210000

Tints

Lighter variations

1#FF5E5E
2#FF7070
3#FF8282
4#FF9494
5#FFA6A6
6#FFB8B8
7#FFC9C9
8#FFDBDB
9#FFEDED

Tones

Muted variations

1#F65555
2#ED5E5E
3#E46767
4#DB7070
5#D27979
6#C98282
7#C18B8B
8#B89494
9#AF9D9D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F0
BackgroundsSubtle highlightsCard backgrounds
100
FFDB
#FFDBDB
Light backgroundsTable row hoverSkeleton loading
200
FFBD
#FFBDBD
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8A8A
BordersInactive statesPlaceholder text
400
FF4D
#FF4D4D
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1A1A
Primary brand colorCTAsActive elementsLinks
600
E000
#E00000
Hover statesFocus ringsPrimary buttons hover
700
B300
#B30000
Active/pressed statesDark mode accentsSecondary text
800
8000
#800000
Text on light backgroundsHeadingsStrong borders
900
5200
#520000
Primary textHigh emphasis contentDark headings
950
3300
#330000
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FFF0F0;
  --tomato-100: #FFDBDB;
  --tomato-200: #FFBDBD;
  --tomato-300: #FF8A8A;
  --tomato-400: #FF4D4D;
  --tomato-500: #FF1A1A;
  --tomato-600: #E00000;
  --tomato-700: #B30000;
  --tomato-800: #800000;
  --tomato-900: #520000;
  --tomato-950: #330000;
}
Generate More ShadesCreate PaletteConvert Color