Fire Brick
#A80B3A
PinkColor Codes
All color formats for development
HEX
#A80B3ARGB
rgb(168, 11, 58)HSL
hsl(342, 88%, 35%)OKLCH
oklch(0.469 0.182 14.1)CMYK
cmyk(0%, 93%, 65%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#970A34
2#86092E
3#750728
4#650623
5#54051D
6#430417
7#320311
8#22020C
9#110106
Tints
Lighter variations
1#C70D45
2#E60F4F
3#F12562
4#F34479
5#F5638F
6#F782A5
7#F9A2BC
8#FBC1D2
9#FDE0E9
Tones
Muted variations
1#A0133D
2#981A40
3#902243
4#882A46
5#81324A
6#793A4D
7#714250
8#694A53
9#615156
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B0 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45786 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12764 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780829 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D051A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300311 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F5;
--fire-brick-100: #FDDDE7;
--fire-brick-200: #FBC1D2;
--fire-brick-300: #F891B0;
--fire-brick-400: #F45786;
--fire-brick-500: #F12764;
--fire-brick-600: #D30D49;
--fire-brick-700: #A80B3A;
--fire-brick-800: #780829;
--fire-brick-900: #4D051A;
--fire-brick-950: #300311;
}