Tomato

#FF674D

Red

Color Codes

All color formats for development

HEX
#FF674D
RGB
rgb(255, 103, 77)
HSL
hsl(9, 100%, 65%)
OKLCH
oklch(0.702 0.191 31.9)
CMYK
cmyk(0%, 60%, 70%, 0%)

Accessibility

WCAG contrast compliance

On White Background

2.88:1

AA AAA

On Black Background

7.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF2
100
#FFE1
200
#FFC7
300
#FF9B
400
#FF67
500
#FF3C
600
#E022
700
#B31B
800
#8013
900
#520C
950
#3308

Shades

Darker variations

1#FF4B2B
2#FF2F0A
3#E82300
4#C71E00
5#A61900
6#851400
7#630F00
8#420A00
9#210500

Tints

Lighter variations

1#FF765E
2#FF8670
3#FF9582
4#FFA494
5#FFB3A6
6#FFC2B8
7#FFD1C9
8#FFE1DB
9#FFF0ED

Tones

Muted variations

1#F66E55
2#ED745E
3#E47A67
4#DB8070
5#D28779
6#C98D82
7#C1938B
8#B89994
9#AFA09D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF2
#FFF2F0
BackgroundsSubtle highlightsCard backgrounds
100
FFE1
#FFE1DB
Light backgroundsTable row hoverSkeleton loading
200
FFC7
#FFC7BD
Secondary backgroundsInput backgroundsDividers
300
FF9B
#FF9B8A
BordersInactive statesPlaceholder text
400
FF67
#FF674D
Disabled statesSecondary iconsMuted text
500
FF3C
#FF3C1A
Primary brand colorCTAsActive elementsLinks
600
E022
#E02200
Hover statesFocus ringsPrimary buttons hover
700
B31B
#B31B00
Active/pressed statesDark mode accentsSecondary text
800
8013
#801300
Text on light backgroundsHeadingsStrong borders
900
520C
#520C00
Primary textHigh emphasis contentDark headings
950
3308
#330800
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FFF2F0;
  --tomato-100: #FFE1DB;
  --tomato-200: #FFC7BD;
  --tomato-300: #FF9B8A;
  --tomato-400: #FF674D;
  --tomato-500: #FF3C1A;
  --tomato-600: #E02200;
  --tomato-700: #B31B00;
  --tomato-800: #801300;
  --tomato-900: #520C00;
  --tomato-950: #330800;
}
Generate More ShadesCreate PaletteConvert Color