Fire Brick
#AF0440
PinkColor Codes
All color formats for development
HEX
#AF0440RGB
rgb(175, 4, 64)HSL
hsl(339, 96%, 35%)OKLCH
oklch(0.482 0.191 12.2)CMYK
cmyk(0%, 98%, 63%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D0339
2#8C0333
3#7A022C
4#690226
5#570220
6#460119
7#340113
8#23010D
9#110006
Tints
Lighter variations
1#CF044B
2#F00557
3#FA1C6A
4#FB3C7F
5#FC5D94
6#FC7DAA
7#FD9EBF
8#FEBED4
9#FEDFEA
Tones
Muted variations
1#A60C42
2#9E1545
3#951D47
4#8D264A
5#842E4C
6#7C374F
7#734052
8#6A4854
9#625157
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBED4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CB3 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB508C | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E6B | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0450 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0440 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D032D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50021D | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320112 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FFF0F5;
--fire-brick-100: #FEDCE8;
--fire-brick-200: #FEBED4;
--fire-brick-300: #FD8CB3;
--fire-brick-400: #FB508C;
--fire-brick-500: #FA1E6B;
--fire-brick-600: #DC0450;
--fire-brick-700: #AF0440;
--fire-brick-800: #7D032D;
--fire-brick-900: #50021D;
--fire-brick-950: #320112;
}