Fire Brick
#AC0635
PinkColor Codes
All color formats for development
HEX
#AC0635RGB
rgb(172, 6, 53)HSL
hsl(343, 93%, 35%)OKLCH
oklch(0.475 0.187 16.4)CMYK
cmyk(0%, 97%, 69%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B0630
2#8A052B
3#790425
4#670420
5#56031B
6#450215
7#340210
8#22010B
9#110105
Tints
Lighter variations
1#CC073F
2#EC0949
3#F71F5C
4#F83F73
5#F95F8B
6#FA7FA2
7#FC9FB9
8#FDBFD0
9#FEDFE8
Tones
Muted variations
1#A40F39
2#9C173C
3#931F40
4#8B2744
5#833047
6#7A384B
7#72404E
8#6A4952
9#625156
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFD0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EAD | BordersInactive statesPlaceholder text |
| 400 | F953 #F95382 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F7225E | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90843 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0635 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0426 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0318 | 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: #FEF0F4;
--fire-brick-100: #FEDDE6;
--fire-brick-200: #FDBFD0;
--fire-brick-300: #FB8EAD;
--fire-brick-400: #F95382;
--fire-brick-500: #F7225E;
--fire-brick-600: #D90843;
--fire-brick-700: #AC0635;
--fire-brick-800: #7B0426;
--fire-brick-900: #4F0318;
--fire-brick-950: #31020F;
}