Tomato
#F15B5B
RedColor Codes
All color formats for development
HEX
#F15B5BRGB
rgb(241, 91, 91)HSL
hsl(0, 84%, 65%)OKLCH
oklch(0.668 0.185 23.6)CMYK
cmyk(0%, 62%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3C3C
2#EB1E1E
3#D51313
4#B71010
5#980D0D
6#7A0B0B
7#5B0808
8#3D0505
9#1E0303
Tints
Lighter variations
1#F26B6B
2#F47C7C
3#F58C8C
4#F69C9C
5#F8ADAD
6#F9BDBD
7#FBCECE
8#FCDEDE
9#FEEFEF
Tones
Muted variations
1#E96262
2#E26A6A
3#DA7171
4#D37979
5#CB8080
6#C48888
7#BC8F8F
8#B59797
9#AD9E9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F69393 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B5B | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1212 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0404 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDEDE;
--tomato-200: #FAC2C2;
--tomato-300: #F69393;
--tomato-400: #F15B5B;
--tomato-500: #ED2C2C;
--tomato-600: #CE1212;
--tomato-700: #A40E0E;
--tomato-800: #750A0A;
--tomato-900: #4B0707;
--tomato-950: #2F0404;
}