Fire Brick
#AB0738
PinkColor Codes
All color formats for development
HEX
#AB0738RGB
rgb(171, 7, 56)HSL
hsl(342, 92%, 35%)OKLCH
oklch(0.473 0.186 15.1)CMYK
cmyk(0%, 96%, 67%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A0633
2#89062D
3#780527
4#670422
5#56041C
6#450317
7#330211
8#22010B
9#110106
Tints
Lighter variations
1#CB0843
2#EB0A4D
3#F62060
4#F74077
5#F8608E
6#FA80A4
7#FBA0BB
8#FCBFD2
9#FEDFE8
Tones
Muted variations
1#A30F3C
2#9B183F
3#932042
4#8B2846
5#823049
6#7A384C
7#72414F
8#6A4953
9#615156
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EAF | BordersInactive statesPlaceholder text |
| 400 | F854 #F85485 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62362 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70947 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0738 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0528 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E031A | 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: #FEDDE7;
--fire-brick-200: #FCBFD2;
--fire-brick-300: #FA8EAF;
--fire-brick-400: #F85485;
--fire-brick-500: #F62362;
--fire-brick-600: #D70947;
--fire-brick-700: #AB0738;
--fire-brick-800: #7A0528;
--fire-brick-900: #4E031A;
--fire-brick-950: #310210;
}