Tomato
#F15B6A
RedColor Codes
All color formats for development
HEX
#F15B6ARGB
rgb(241, 91, 106)HSL
hsl(354, 84%, 65%)OKLCH
oklch(0.671 0.184 17.7)CMYK
cmyk(0%, 62%, 56%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3C4E
2#EB1E32
3#D51326
4#B71021
5#980D1B
6#7A0B16
7#5B0810
8#3D050B
9#1E0305
Tints
Lighter variations
1#F26B79
2#F47C88
3#F58C97
4#F69CA5
5#F8ADB4
6#F9BDC3
7#FBCED2
8#FCDEE1
9#FEEFF0
Tones
Muted variations
1#E96270
2#E26A76
3#DA717C
4#D37982
5#CB8088
6#C4888E
7#BC8F94
8#B5979A
9#AD9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F6939D | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B6A | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C3F | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1225 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E1D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A15 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070D | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0408 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FCDEE1;
--tomato-200: #FAC2C8;
--tomato-300: #F6939D;
--tomato-400: #F15B6A;
--tomato-500: #ED2C3F;
--tomato-600: #CE1225;
--tomato-700: #A40E1D;
--tomato-800: #750A15;
--tomato-900: #4B070D;
--tomato-950: #2F0408;
}