Fire Brick
#AB3807
OrangeColor Codes
All color formats for development
HEX
#AB3807RGB
rgb(171, 56, 7)HSL
hsl(18, 92%, 35%)OKLCH
oklch(0.504 0.159 38.6)CMYK
cmyk(0%, 67%, 96%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A3306
2#892D06
3#782705
4#672204
5#561C04
6#451703
7#331102
8#220B01
9#110601
Tints
Lighter variations
1#CB4308
2#EB4D0A
3#F66020
4#F77740
5#F88E60
6#FAA480
7#FBBBA0
8#FCD2BF
9#FEE8DF
Tones
Muted variations
1#A33C0F
2#9B3F18
3#934220
4#8B4628
5#824930
6#7A4C38
7#724F41
8#6A5349
9#615651
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE7 #FEE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD2 #FCD2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAAF #FAAF8E | BordersInactive statesPlaceholder text |
| 400 | F885 #F88554 | Disabled statesSecondary iconsMuted text |
| 500 | F662 #F66223 | Primary brand colorCTAsActive elementsLinks |
| 600 | D747 #D74709 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB38 #AB3807 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A28 #7A2805 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1A #4E1A03 | Primary textHigh emphasis contentDark headings |
| 950 | 3110 #311002 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF5F0;
--fire-brick-100: #FEE7DD;
--fire-brick-200: #FCD2BF;
--fire-brick-300: #FAAF8E;
--fire-brick-400: #F88554;
--fire-brick-500: #F66223;
--fire-brick-600: #D74709;
--fire-brick-700: #AB3807;
--fire-brick-800: #7A2805;
--fire-brick-900: #4E1A03;
--fire-brick-950: #311002;
}