Fire Brick
#AB0736
PinkColor Codes
All color formats for development
HEX
#AB0736RGB
rgb(171, 7, 54)HSL
hsl(343, 92%, 35%)OKLCH
oklch(0.473 0.186 16)CMYK
cmyk(0%, 96%, 68%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A0630
2#89062B
3#780526
4#670420
5#56041B
6#450315
7#330210
8#22010B
9#110105
Tints
Lighter variations
1#CB0840
2#EB0A4A
3#F6205D
4#F74074
5#F8608B
6#FA80A2
7#FBA0B9
8#FCBFD1
9#FEDFE8
Tones
Muted variations
1#A30F39
2#9B183D
3#932040
4#8B2844
5#823047
6#7A384B
7#72414F
8#6A4952
9#615156
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EAD | BordersInactive statesPlaceholder text |
| 400 | F854 #F85482 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F6235F | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70943 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0736 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0526 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0319 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF0F4;
--fire-brick-100: #FEDDE6;
--fire-brick-200: #FCBFD1;
--fire-brick-300: #FA8EAD;
--fire-brick-400: #F85482;
--fire-brick-500: #F6235F;
--fire-brick-600: #D70943;
--fire-brick-700: #AB0736;
--fire-brick-800: #7A0526;
--fire-brick-900: #4E0319;
--fire-brick-950: #31020F;
}