Fire Brick

#A80B32

Red

Color Codes

All color formats for development

HEX
#A80B32
RGB
rgb(168, 11, 50)
HSL
hsl(345, 88%, 35%)
OKLCH
oklch(0.468 0.182 17.5)
CMYK
cmyk(0%, 93%, 70%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.61:1

AA AAA

On Black Background

2.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#970A2D
2#860928
3#750723
4#65061E
5#540519
6#430414
7#32030F
8#22020A
9#110105

Tints

Lighter variations

1#C70D3B
2#E60F45
3#F12558
4#F34470
5#F56388
6#F782A0
7#F9A2B7
8#FBC1CF
9#FDE0E7

Tones

Muted variations

1#A01336
2#981A3A
3#90223E
4#882A42
5#813246
6#793A4A
7#71424D
8#694A51
9#615155

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE5
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1CF
Secondary backgroundsInput backgroundsDividers
300
F891
#F891AB
BordersInactive statesPlaceholder text
400
F457
#F4577E
Disabled statesSecondary iconsMuted text
500
F127
#F1275A
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D3F
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B32
Active/pressed statesDark mode accentsSecondary text
800
7808
#780824
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0517
Primary textHigh emphasis contentDark headings
950
3003
#30030E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F4;
  --fire-brick-100: #FDDDE5;
  --fire-brick-200: #FBC1CF;
  --fire-brick-300: #F891AB;
  --fire-brick-400: #F4577E;
  --fire-brick-500: #F1275A;
  --fire-brick-600: #D30D3F;
  --fire-brick-700: #A80B32;
  --fire-brick-800: #780824;
  --fire-brick-900: #4D0517;
  --fire-brick-950: #30030E;
}
Generate More ShadesCreate PaletteConvert Color