Fire Brick

#AB0720

Red

Color Codes

All color formats for development

HEX
#AB0720
RGB
rgb(171, 7, 32)
HSL
hsl(351, 92%, 35%)
OKLCH
oklch(0.47 0.187 23.8)
CMYK
cmyk(0%, 96%, 81%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.55:1

AA AAA

On Black Background

2.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FCBF
300
#FA8E
400
#F854
500
#F623
600
#D709
700
#AB07
800
#7A05
900
#4E03
950
#3102

Shades

Darker variations

1#9A061D
2#890619
3#780516
4#670413
5#560410
6#45030D
7#33020A
8#220106
9#110103

Tints

Lighter variations

1#CB0826
2#EB0A2C
3#F62040
4#F7405C
5#F86077
6#FA8092
7#FBA0AD
8#FCBFC9
9#FEDFE4

Tones

Muted variations

1#A30F26
2#9B182B
3#932031
4#8B2837
5#82303D
6#7A3842
7#724148
8#6A494E
9#615154

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE2
Light backgroundsTable row hoverSkeleton loading
200
FCBF
#FCBFC9
Secondary backgroundsInput backgroundsDividers
300
FA8E
#FA8E9F
BordersInactive statesPlaceholder text
400
F854
#F8546C
Disabled statesSecondary iconsMuted text
500
F623
#F62342
Primary brand colorCTAsActive elementsLinks
600
D709
#D70928
Hover statesFocus ringsPrimary buttons hover
700
AB07
#AB0720
Active/pressed statesDark mode accentsSecondary text
800
7A05
#7A0517
Text on light backgroundsHeadingsStrong borders
900
4E03
#4E030F
Primary textHigh emphasis contentDark headings
950
3102
#310209
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF0F2;
  --fire-brick-100: #FEDDE2;
  --fire-brick-200: #FCBFC9;
  --fire-brick-300: #FA8E9F;
  --fire-brick-400: #F8546C;
  --fire-brick-500: #F62342;
  --fire-brick-600: #D70928;
  --fire-brick-700: #AB0720;
  --fire-brick-800: #7A0517;
  --fire-brick-900: #4E030F;
  --fire-brick-950: #310209;
}
Generate More ShadesCreate PaletteConvert Color