Tomato

#F75A22

Orange

Color Codes

All color formats for development

HEX
#F75A22
RGB
rgb(247, 90, 34)
HSL
hsl(16, 93%, 55%)
OKLCH
oklch(0.67 0.203 38)
CMYK
cmyk(0%, 64%, 86%, 3%)

Accessibility

WCAG contrast compliance

On White Background

3.26:1

AA AAA

On Black Background

6.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF4
100
#FEE5
200
#FDCF
300
#FBAB
400
#F97F
500
#F75A
600
#D940
700
#AC33
800
#7B24
900
#4F17
950
#310E

Shades

Darker variations

1#F44709
2#D94008
3#BD3807
4#A23006
5#872805
6#6C2004
7#511803
8#361002
9#1B0801

Tints

Lighter variations

1#F86B38
2#F97B4E
3#F98C64
4#FA9C7A
5#FBAD90
6#FCBDA6
7#FDCEBD
8#FDDED3
9#FEEFE9

Tones

Muted variations

1#EC5F2C
2#E26437
3#D76942
4#CC6E4C
5#C27357
6#B77862
7#AC7D6C
8#A28277
9#978782

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF4
#FEF4F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE5
#FEE5DD
Light backgroundsTable row hoverSkeleton loading
200
FDCF
#FDCFBF
Secondary backgroundsInput backgroundsDividers
300
FBAB
#FBAB8E
BordersInactive statesPlaceholder text
400
F97F
#F97F53
Disabled statesSecondary iconsMuted text
500
F75A
#F75A22
Primary brand colorCTAsActive elementsLinks
600
D940
#D94008
Hover statesFocus ringsPrimary buttons hover
700
AC33
#AC3306
Active/pressed statesDark mode accentsSecondary text
800
7B24
#7B2404
Text on light backgroundsHeadingsStrong borders
900
4F17
#4F1703
Primary textHigh emphasis contentDark headings
950
310E
#310E02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FEF4F0;
  --tomato-100: #FEE5DD;
  --tomato-200: #FDCFBF;
  --tomato-300: #FBAB8E;
  --tomato-400: #F97F53;
  --tomato-500: #F75A22;
  --tomato-600: #D94008;
  --tomato-700: #AC3306;
  --tomato-800: #7B2404;
  --tomato-900: #4F1703;
  --tomato-950: #310E02;
}
Generate More ShadesCreate PaletteConvert Color