Fire Brick

#AA1608

Red

Color Codes

All color formats for development

HEX
#AA1608
RGB
rgb(170, 22, 8)
HSL
hsl(5, 91%, 35%)
OKLCH
oklch(0.472 0.182 30.2)
CMYK
cmyk(0%, 87%, 95%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.43:1

AA AAA

On Black Background

2.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FDE0
200
#FCC5
300
#FA98
400
#F762
500
#F535
600
#D61B
700
#AA16
800
#7A0F
900
#4E0A
950
#3106

Shades

Darker variations

1#991307
2#881106
3#770F06
4#660D05
5#550B04
6#440903
7#330602
8#220402
9#110201

Tints

Lighter variations

1#CA1A0A
2#EA1E0B
3#F53321
4#F65041
5#F86D61
6#F98A80
7#FBA8A0
8#FCC5C0
9#FEE2DF

Tones

Muted variations

1#A21C10
2#9A2318
3#922A20
4#8A3129
5#823731
6#7A3E39
7#724541
8#694C49
9#615251

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF2
#FEF2F0
BackgroundsSubtle highlightsCard backgrounds
100
FDE0
#FDE0DD
Light backgroundsTable row hoverSkeleton loading
200
FCC5
#FCC5C0
Secondary backgroundsInput backgroundsDividers
300
FA98
#FA988F
BordersInactive statesPlaceholder text
400
F762
#F76255
Disabled statesSecondary iconsMuted text
500
F535
#F53524
Primary brand colorCTAsActive elementsLinks
600
D61B
#D61B0A
Hover statesFocus ringsPrimary buttons hover
700
AA16
#AA1608
Active/pressed statesDark mode accentsSecondary text
800
7A0F
#7A0F06
Text on light backgroundsHeadingsStrong borders
900
4E0A
#4E0A04
Primary textHigh emphasis contentDark headings
950
3106
#310602
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF2F0;
  --fire-brick-100: #FDE0DD;
  --fire-brick-200: #FCC5C0;
  --fire-brick-300: #FA988F;
  --fire-brick-400: #F76255;
  --fire-brick-500: #F53524;
  --fire-brick-600: #D61B0A;
  --fire-brick-700: #AA1608;
  --fire-brick-800: #7A0F06;
  --fire-brick-900: #4E0A04;
  --fire-brick-950: #310602;
}
Generate More ShadesCreate PaletteConvert Color