Fire Brick

#AB0730

Red

Color Codes

All color formats for development

HEX
#AB0730
RGB
rgb(171, 7, 48)
HSL
hsl(345, 92%, 35%)
OKLCH
oklch(0.472 0.186 18.3)
CMYK
cmyk(0%, 96%, 72%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.49:1

AA AAA

On Black Background

2.80: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#9A062B
2#890627
3#780522
4#67041D
5#560418
6#450313
7#33020E
8#22010A
9#110105

Tints

Lighter variations

1#CB0839
2#EB0A42
3#F62056
4#F7406E
5#F86086
6#FA809E
7#FBA0B6
8#FCBFCF
9#FEDFE7

Tones

Muted variations

1#A30F34
2#9B1838
3#93203D
4#8B2841
5#823045
6#7A3849
7#72414D
8#6A4951
9#615155

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F4
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE5
Light backgroundsTable row hoverSkeleton loading
200
FCBF
#FCBFCF
Secondary backgroundsInput backgroundsDividers
300
FA8E
#FA8EA9
BordersInactive statesPlaceholder text
400
F854
#F8547D
Disabled statesSecondary iconsMuted text
500
F623
#F62357
Primary brand colorCTAsActive elementsLinks
600
D709
#D7093D
Hover statesFocus ringsPrimary buttons hover
700
AB07
#AB0730
Active/pressed statesDark mode accentsSecondary text
800
7A05
#7A0522
Text on light backgroundsHeadingsStrong borders
900
4E03
#4E0316
Primary textHigh emphasis contentDark headings
950
3102
#31020E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF0F4;
  --fire-brick-100: #FEDDE5;
  --fire-brick-200: #FCBFCF;
  --fire-brick-300: #FA8EA9;
  --fire-brick-400: #F8547D;
  --fire-brick-500: #F62357;
  --fire-brick-600: #D7093D;
  --fire-brick-700: #AB0730;
  --fire-brick-800: #7A0522;
  --fire-brick-900: #4E0316;
  --fire-brick-950: #31020E;
}
Generate More ShadesCreate PaletteConvert Color