Tomato

#FB6450

Red

Color Codes

All color formats for development

HEX
#FB6450
RGB
rgb(251, 100, 80)
HSL
hsl(7, 96%, 65%)
OKLCH
oklch(0.693 0.189 30.1)
CMYK
cmyk(0%, 60%, 68%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.98:1

AA AAA

On Black Background

7.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF2
100
#FEE0
200
#FEC5
300
#FD99
400
#FB64
500
#FA38
600
#DC1E
700
#AF18
800
#7D11
900
#500B
950
#3207

Shades

Darker variations

1#FB4730
2#FA2B0F
3#E31F05
4#C31A04
5#A21603
6#821203
7#610D02
8#410901
9#200401

Tints

Lighter variations

1#FC7462
2#FC8373
3#FD9385
4#FDA296
5#FDB2A8
6#FEC1B9
7#FED1CB
8#FEE0DC
9#FFF0EE

Tones

Muted variations

1#F36B59
2#EA7161
3#E2786A
4#D97E72
5#D1857B
6#C88B83
7#BF928C
8#B79995
9#AE9F9D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF2
#FFF2F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE0
#FEE0DC
Light backgroundsTable row hoverSkeleton loading
200
FEC5
#FEC5BE
Secondary backgroundsInput backgroundsDividers
300
FD99
#FD998C
BordersInactive statesPlaceholder text
400
FB64
#FB6450
Disabled statesSecondary iconsMuted text
500
FA38
#FA381E
Primary brand colorCTAsActive elementsLinks
600
DC1E
#DC1E04
Hover statesFocus ringsPrimary buttons hover
700
AF18
#AF1804
Active/pressed statesDark mode accentsSecondary text
800
7D11
#7D1103
Text on light backgroundsHeadingsStrong borders
900
500B
#500B02
Primary textHigh emphasis contentDark headings
950
3207
#320701
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FFF2F0;
  --tomato-100: #FEE0DC;
  --tomato-200: #FEC5BE;
  --tomato-300: #FD998C;
  --tomato-400: #FB6450;
  --tomato-500: #FA381E;
  --tomato-600: #DC1E04;
  --tomato-700: #AF1804;
  --tomato-800: #7D1103;
  --tomato-900: #500B02;
  --tomato-950: #320701;
}
Generate More ShadesCreate PaletteConvert Color