Fire Brick

#AB2507

Red

Color Codes

All color formats for development

HEX
#AB2507
RGB
rgb(171, 37, 7)
HSL
hsl(11, 92%, 35%)
OKLCH
oklch(0.484 0.174 33)
CMYK
cmyk(0%, 78%, 96%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.00:1

AA AAA

On Black Background

3.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FEE3
200
#FCCB
300
#FAA2
400
#F872
500
#F649
600
#D72F
700
#AB25
800
#7A1B
900
#4E11
950
#310B

Shades

Darker variations

1#9A2206
2#891E06
3#781A05
4#671604
5#561304
6#450F03
7#330B02
8#220701
9#110401

Tints

Lighter variations

1#CB2C08
2#EB330A
3#F64720
4#F76240
5#F87C60
6#FA9680
7#FBB0A0
8#FCCBBF
9#FEE5DF

Tones

Muted variations

1#A32A0F
2#9B3018
3#933520
4#8B3A28
5#823F30
6#7A4438
7#724A41
8#6A4F49
9#615451

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE3
#FEE3DD
Light backgroundsTable row hoverSkeleton loading
200
FCCB
#FCCBBF
Secondary backgroundsInput backgroundsDividers
300
FAA2
#FAA28E
BordersInactive statesPlaceholder text
400
F872
#F87254
Disabled statesSecondary iconsMuted text
500
F649
#F64923
Primary brand colorCTAsActive elementsLinks
600
D72F
#D72F09
Hover statesFocus ringsPrimary buttons hover
700
AB25
#AB2507
Active/pressed statesDark mode accentsSecondary text
800
7A1B
#7A1B05
Text on light backgroundsHeadingsStrong borders
900
4E11
#4E1103
Primary textHigh emphasis contentDark headings
950
310B
#310B02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF3F0;
  --fire-brick-100: #FEE3DD;
  --fire-brick-200: #FCCBBF;
  --fire-brick-300: #FAA28E;
  --fire-brick-400: #F87254;
  --fire-brick-500: #F64923;
  --fire-brick-600: #D72F09;
  --fire-brick-700: #AB2507;
  --fire-brick-800: #7A1B05;
  --fire-brick-900: #4E1103;
  --fire-brick-950: #310B02;
}
Generate More ShadesCreate PaletteConvert Color