Fire Brick
#AA3C09
OrangeColor Codes
All color formats for development
HEX
#AA3C09RGB
rgb(170, 60, 9)HSL
hsl(19, 90%, 35%)OKLCH
oklch(0.507 0.154 40)CMYK
cmyk(0%, 65%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#993608
2#883007
3#772A06
4#662405
5#551E04
6#441804
7#331203
8#220C02
9#110601
Tints
Lighter variations
1#C9470B
2#E9520C
3#F36523
4#F57B42
5#F79162
6#F8A781
7#FABDA1
8#FCD3C0
9#FDE9E0
Tones
Muted variations
1#A23F11
2#9A4219
3#914521
4#894829
5#814B31
6#794D39
7#715041
8#695349
9#615651
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE7 #FDE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD3 #FCD3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B1 #F9B190 | BordersInactive statesPlaceholder text |
| 400 | F688 #F68855 | Disabled statesSecondary iconsMuted text |
| 500 | F466 #F46625 | Primary brand colorCTAsActive elementsLinks |
| 600 | D54B #D54B0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA3C #AA3C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 792B #792B06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1B #4E1B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3011 #301103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF5F0;
--fire-brick-100: #FDE7DD;
--fire-brick-200: #FCD3C0;
--fire-brick-300: #F9B190;
--fire-brick-400: #F68855;
--fire-brick-500: #F46625;
--fire-brick-600: #D54B0B;
--fire-brick-700: #AA3C09;
--fire-brick-800: #792B06;
--fire-brick-900: #4E1B04;
--fire-brick-950: #301103;
}