Fire Brick
#A90A3C
PinkColor Codes
All color formats for development
HEX
#A90A3CRGB
rgb(169, 10, 60)HSL
hsl(341, 89%, 35%)OKLCH
oklch(0.471 0.184 13.3)CMYK
cmyk(0%, 94%, 64%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#980936
2#870830
3#76072A
4#650624
5#54051E
6#430418
7#330312
8#22020C
9#110106
Tints
Lighter variations
1#C80C47
2#E70D52
3#F22465
4#F4437B
5#F66291
6#F882A7
7#FAA1BD
8#FBC0D3
9#FDE0E9
Tones
Muted variations
1#A1123F
2#991A42
3#912245
4#892A48
5#81324B
6#79394E
7#714151
8#694953
9#615156
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B1 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55689 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22667 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C4C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #78072B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D041B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300311 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F5;
--fire-brick-100: #FDDDE7;
--fire-brick-200: #FBC0D3;
--fire-brick-300: #F990B1;
--fire-brick-400: #F55689;
--fire-brick-500: #F22667;
--fire-brick-600: #D40C4C;
--fire-brick-700: #A90A3C;
--fire-brick-800: #78072B;
--fire-brick-900: #4D041B;
--fire-brick-950: #300311;
}