Fire Brick
#AC0633
PinkColor Codes
All color formats for development
HEX
#AC0633RGB
rgb(172, 6, 51)HSL
hsl(344, 93%, 35%)OKLCH
oklch(0.474 0.187 17.2)CMYK
cmyk(0%, 97%, 70%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B062D
2#8A0528
3#790423
4#67041E
5#560319
6#450214
7#34020F
8#22010A
9#110105
Tints
Lighter variations
1#CC073C
2#EC0945
3#F71F59
4#F83F70
5#F95F88
6#FA7FA0
7#FC9FB8
8#FDBFCF
9#FEDFE7
Tones
Muted variations
1#A40F36
2#9C173A
3#931F3E
4#8B2742
5#833046
6#7A384A
7#72404E
8#6A4952
9#625155
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFCF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EAB | BordersInactive statesPlaceholder text |
| 400 | F953 #F9537F | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F7225A | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90840 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0633 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0424 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0317 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF0F4;
--fire-brick-100: #FEDDE5;
--fire-brick-200: #FDBFCF;
--fire-brick-300: #FB8EAB;
--fire-brick-400: #F9537F;
--fire-brick-500: #F7225A;
--fire-brick-600: #D90840;
--fire-brick-700: #AC0633;
--fire-brick-800: #7B0424;
--fire-brick-900: #4F0317;
--fire-brick-950: #31020E;
}