Tomato
#F15D5B
RedColor Codes
All color formats for development
HEX
#F15D5BRGB
rgb(241, 93, 91)HSL
hsl(1, 84%, 65%)OKLCH
oklch(0.67 0.183 24.2)CMYK
cmyk(0%, 61%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3F3C
2#EB211E
3#D51613
4#B71310
5#98100D
6#7A0C0B
7#5B0908
8#3D0605
9#1E0303
Tints
Lighter variations
1#F26D6B
2#F47E7C
3#F58E8C
4#F69E9C
5#F8AEAD
6#F9BEBD
7#FBCECE
8#FCDFDE
9#FEEFEF
Tones
Muted variations
1#E96562
2#E26C6A
3#DA7371
4#D37A79
5#CB8280
6#C48988
7#BC908F
8#B59797
9#AD9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC3 #FAC3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F695 #F69593 | BordersInactive statesPlaceholder text |
| 400 | F15D #F15D5B | Disabled statesSecondary iconsMuted text |
| 500 | ED2F #ED2F2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE15 #CE1512 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A411 #A4110E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750C #750C0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B08 #4B0807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F05 #2F0504 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDFDE;
--tomato-200: #FAC3C2;
--tomato-300: #F69593;
--tomato-400: #F15D5B;
--tomato-500: #ED2F2C;
--tomato-600: #CE1512;
--tomato-700: #A4110E;
--tomato-800: #750C0A;
--tomato-900: #4B0807;
--tomato-950: #2F0504;
}