Fire Brick
#AA0839
PinkColor Codes
All color formats for development
HEX
#AA0839RGB
rgb(170, 8, 57)HSL
hsl(342, 91%, 35%)OKLCH
oklch(0.472 0.185 14.6)CMYK
cmyk(0%, 95%, 66%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#990733
2#88062D
3#770628
4#660522
5#55041C
6#440317
7#330211
8#22020B
9#110106
Tints
Lighter variations
1#CA0A43
2#EA0B4E
3#F52161
4#F64177
5#F8618E
6#F980A5
7#FBA0BB
8#FCC0D2
9#FEDFE8
Tones
Muted variations
1#A2103C
2#9A183F
3#922043
4#8A2946
5#823149
6#7A394C
7#724150
8#694953
9#615156
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FAF | BordersInactive statesPlaceholder text |
| 400 | F755 #F75585 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52462 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A47 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0839 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0629 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E041A | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310210 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF0F5;
--fire-brick-100: #FDDDE7;
--fire-brick-200: #FCC0D2;
--fire-brick-300: #FA8FAF;
--fire-brick-400: #F75585;
--fire-brick-500: #F52462;
--fire-brick-600: #D60A47;
--fire-brick-700: #AA0839;
--fire-brick-800: #7A0629;
--fire-brick-900: #4E041A;
--fire-brick-950: #310210;
}