Fire Brick
#AC0638
PinkColor Codes
All color formats for development
HEX
#AC0638RGB
rgb(172, 6, 56)HSL
hsl(342, 93%, 35%)OKLCH
oklch(0.475 0.187 15.2)CMYK
cmyk(0%, 97%, 67%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B0632
2#8A052D
3#790427
4#670422
5#56031C
6#450216
7#340211
8#22010B
9#110106
Tints
Lighter variations
1#CC0742
2#EC094D
3#F71F60
4#F83F77
5#F95F8D
6#FA7FA4
7#FC9FBB
8#FDBFD2
9#FEDFE8
Tones
Muted variations
1#A40F3B
2#9C173F
3#931F42
4#8B2745
5#833049
6#7A384C
7#72404F
8#6A4953
9#625156
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 | FDBF #FDBFD2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EAF | BordersInactive statesPlaceholder text |
| 400 | F953 #F95385 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72262 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90846 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0638 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0428 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F031A | 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: #FDBFD2;
--fire-brick-300: #FB8EAF;
--fire-brick-400: #F95385;
--fire-brick-500: #F72262;
--fire-brick-600: #D90846;
--fire-brick-700: #AC0638;
--fire-brick-800: #7B0428;
--fire-brick-900: #4F031A;
--fire-brick-950: #310210;
}