Fire Brick
#AA093C
PinkColor Codes
All color formats for development
HEX
#AA093CRGB
rgb(170, 9, 60)HSL
hsl(341, 90%, 35%)OKLCH
oklch(0.473 0.185 13.4)CMYK
cmyk(0%, 95%, 65%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#990836
2#880730
3#77062A
4#660524
5#55041E
6#440418
7#330312
8#22020C
9#110106
Tints
Lighter variations
1#C90B47
2#E90C52
3#F32365
4#F5427B
5#F76291
6#F881A7
7#FAA1BD
8#FCC0D3
9#FDE0E9
Tones
Muted variations
1#A2113F
2#9A1942
3#912145
4#892948
5#81314B
6#79394D
7#714150
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 #FCC0D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B1 | BordersInactive statesPlaceholder text |
| 400 | F655 #F65588 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42566 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA093C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #79062B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E041B | 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: #FEF0F5;
--fire-brick-100: #FDDDE7;
--fire-brick-200: #FCC0D3;
--fire-brick-300: #F990B1;
--fire-brick-400: #F65588;
--fire-brick-500: #F42566;
--fire-brick-600: #D50B4B;
--fire-brick-700: #AA093C;
--fire-brick-800: #79062B;
--fire-brick-900: #4E041B;
--fire-brick-950: #300311;
}