Fire Brick
#AD0535
PinkColor Codes
All color formats for development
HEX
#AD0535RGB
rgb(173, 5, 53)HSL
hsl(343, 94%, 35%)OKLCH
oklch(0.476 0.188 16.5)CMYK
cmyk(0%, 97%, 69%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C0530
2#8B042A
3#790425
4#680320
5#57031A
6#450215
7#340210
8#23010B
9#110105
Tints
Lighter variations
1#CD063F
2#ED0749
3#F81E5C
4#F93E73
5#FA5E8A
6#FB7EA2
7#FC9FB9
8#FDBFD0
9#FEDFE8
Tones
Muted variations
1#A50E39
2#9C163C
3#941F40
4#8C2743
5#832F47
6#7B384B
7#72404E
8#6A4852
9#625156
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFD0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DAC | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA5281 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F8205E | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0742 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0535 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0426 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0218 | 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: #FFF0F4;
--fire-brick-100: #FEDCE6;
--fire-brick-200: #FDBFD0;
--fire-brick-300: #FB8DAC;
--fire-brick-400: #FA5281;
--fire-brick-500: #F8205E;
--fire-brick-600: #DA0742;
--fire-brick-700: #AD0535;
--fire-brick-800: #7C0426;
--fire-brick-900: #4F0218;
--fire-brick-950: #31020F;
}