Fire Brick

#AC0627

Red

Color Codes

All color formats for development

HEX
#AC0627
RGB
rgb(172, 6, 39)
HSL
hsl(348, 93%, 35%)
OKLCH
oklch(0.472 0.187 21.6)
CMYK
cmyk(0%, 97%, 77%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.47:1

AA AAA

On Black Background

2.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FDBF
300
#FB8E
400
#F953
500
#F722
600
#D908
700
#AC06
800
#7B04
900
#4F03
950
#3102

Shades

Darker variations

1#9B0624
2#8A0520
3#79041C
4#670418
5#560314
6#450210
7#34020C
8#220108
9#110104

Tints

Lighter variations

1#CC072F
2#EC0936
3#F71F4A
4#F83F64
5#F95F7E
6#FA7F98
7#FC9FB2
8#FDBFCB
9#FEDFE5

Tones

Muted variations

1#A40F2C
2#9C1731
3#931F36
4#8B273B
5#833040
6#7A3845
7#72404A
8#6A494F
9#625154

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE3
Light backgroundsTable row hoverSkeleton loading
200
FDBF
#FDBFCB
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8EA4
BordersInactive statesPlaceholder text
400
F953
#F95374
Disabled statesSecondary iconsMuted text
500
F722
#F7224C
Primary brand colorCTAsActive elementsLinks
600
D908
#D90832
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC0627
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B041C
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F0312
Primary textHigh emphasis contentDark headings
950
3102
#31020B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF0F3;
  --fire-brick-100: #FEDDE3;
  --fire-brick-200: #FDBFCB;
  --fire-brick-300: #FB8EA4;
  --fire-brick-400: #F95374;
  --fire-brick-500: #F7224C;
  --fire-brick-600: #D90832;
  --fire-brick-700: #AC0627;
  --fire-brick-800: #7B041C;
  --fire-brick-900: #4F0312;
  --fire-brick-950: #31020B;
}
Generate More ShadesCreate PaletteConvert Color