Fire Brick

#AB0723

Red

Color Codes

All color formats for development

HEX
#AB0723
RGB
rgb(171, 7, 35)
HSL
hsl(350, 92%, 35%)
OKLCH
oklch(0.47 0.186 22.9)
CMYK
cmyk(0%, 96%, 80%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.54:1

AA AAA

On Black Background

2.79: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#9A061F
2#89061C
3#780518
4#670415
5#560411
6#45030E
7#33020A
8#220107
9#110103

Tints

Lighter variations

1#CB0829
2#EB0A2F
3#F62044
4#F7405F
5#F86079
6#FA8094
7#FBA0AF
8#FCBFCA
9#FEDFE4

Tones

Muted variations

1#A30F28
2#9B182D
3#932033
4#8B2838
5#82303E
6#7A3843
7#724149
8#6A494E
9#615154

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE2
Light backgroundsTable row hoverSkeleton loading
200
FCBF
#FCBFCA
Secondary backgroundsInput backgroundsDividers
300
FA8E
#FA8EA0
BordersInactive statesPlaceholder text
400
F854
#F8546F
Disabled statesSecondary iconsMuted text
500
F623
#F62346
Primary brand colorCTAsActive elementsLinks
600
D709
#D7092B
Hover statesFocus ringsPrimary buttons hover
700
AB07
#AB0723
Active/pressed statesDark mode accentsSecondary text
800
7A05
#7A0519
Text on light backgroundsHeadingsStrong borders
900
4E03
#4E0310
Primary textHigh emphasis contentDark headings
950
3102
#31020A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF0F3;
  --fire-brick-100: #FEDDE2;
  --fire-brick-200: #FCBFCA;
  --fire-brick-300: #FA8EA0;
  --fire-brick-400: #F8546F;
  --fire-brick-500: #F62346;
  --fire-brick-600: #D7092B;
  --fire-brick-700: #AB0723;
  --fire-brick-800: #7A0519;
  --fire-brick-900: #4E0310;
  --fire-brick-950: #31020A;
}
Generate More ShadesCreate PaletteConvert Color