Tomato
#FF644D
RedColor Codes
All color formats for development
HEX
#FF644DRGB
rgb(255, 100, 77)HSL
hsl(8, 100%, 65%)OKLCH
oklch(0.698 0.193 30.9)CMYK
cmyk(0%, 61%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF482B
2#FF2B0A
3#E81F00
4#C71B00
5#A61600
6#851200
7#630D00
8#420900
9#210400
Tints
Lighter variations
1#FF745E
2#FF8370
3#FF9382
4#FFA294
5#FFB2A6
6#FFC1B8
7#FFD1C9
8#FFE0DB
9#FFF0ED
Tones
Muted variations
1#F66B55
2#ED715E
3#E47867
4#DB7E70
5#D28579
6#C98C82
7#C1928B
8#B89994
9#AF9F9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE0 #FFE0DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFC6 #FFC6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF99 #FF998A | BordersInactive statesPlaceholder text |
| 400 | FF64 #FF644D | Disabled statesSecondary iconsMuted text |
| 500 | FF38 #FF381A | Primary brand colorCTAsActive elementsLinks |
| 600 | E01E #E01E00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B318 #B31800 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8011 #801100 | Text on light backgroundsHeadingsStrong borders |
| 900 | 520B #520B00 | Primary textHigh emphasis contentDark headings |
| 950 | 3307 #330700 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FFE0DB;
--tomato-200: #FFC6BD;
--tomato-300: #FF998A;
--tomato-400: #FF644D;
--tomato-500: #FF381A;
--tomato-600: #E01E00;
--tomato-700: #B31800;
--tomato-800: #801100;
--tomato-900: #520B00;
--tomato-950: #330700;
}