Fire Brick
#AB0723
RedColor Codes
All color formats for development
HEX
#AB0723RGB
rgb(171, 7, 35)HSL
hsl(350, 92%, 35%)OKLCH
oklch(0.47 0.186 22.9)CMYK
cmyk(0%, 96%, 80%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A061F
2#89061C
3#780518
4#670415
5#560411
6#45030E
7#33020A
8#220107
9#110103
Tints
Lighter variations
1#CB0829
2#EB0A2F
3#F62044
4#F7405F
5#F86079
6#FA8094
7#FBA0AF
8#FCBFCA
9#FEDFE4
Tones
Muted variations
1#A30F28
2#9B182D
3#932033
4#8B2838
5#82303E
6#7A3843
7#724149
8#6A494E
9#615154
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFCA | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EA0 | BordersInactive statesPlaceholder text |
| 400 | F854 #F8546F | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62346 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7092B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0723 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0519 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0310 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF0F3;
--fire-brick-100: #FEDDE2;
--fire-brick-200: #FCBFCA;
--fire-brick-300: #FA8EA0;
--fire-brick-400: #F8546F;
--fire-brick-500: #F62346;
--fire-brick-600: #D7092B;
--fire-brick-700: #AB0723;
--fire-brick-800: #7A0519;
--fire-brick-900: #4E0310;
--fire-brick-950: #31020A;
}