Fire Brick

#A80B35

Pink

Color Codes

All color formats for development

HEX
#A80B35
RGB
rgb(168, 11, 53)
HSL
hsl(344, 88%, 35%)
OKLCH
oklch(0.468 0.182 16.2)
CMYK
cmyk(0%, 93%, 68%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.60:1

AA AAA

On Black Background

2.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#970A2F
2#86092A
3#750725
4#650620
5#54051A
6#430415
7#320310
8#22020B
9#110105

Tints

Lighter variations

1#C70D3E
2#E60F48
3#F1255B
4#F34473
5#F5638A
6#F782A1
7#F9A2B9
8#FBC1D0
9#FDE0E8

Tones

Muted variations

1#A01338
2#981A3C
3#902240
4#882A43
5#813247
6#793A4B
7#71424E
8#694A52
9#615156

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE6
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1D0
Secondary backgroundsInput backgroundsDividers
300
F891
#F891AC
BordersInactive statesPlaceholder text
400
F457
#F45781
Disabled statesSecondary iconsMuted text
500
F127
#F1275D
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D42
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B35
Active/pressed statesDark mode accentsSecondary text
800
7808
#780826
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0518
Primary textHigh emphasis contentDark headings
950
3003
#30030F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F4;
  --fire-brick-100: #FDDDE6;
  --fire-brick-200: #FBC1D0;
  --fire-brick-300: #F891AC;
  --fire-brick-400: #F45781;
  --fire-brick-500: #F1275D;
  --fire-brick-600: #D30D42;
  --fire-brick-700: #A80B35;
  --fire-brick-800: #780826;
  --fire-brick-900: #4D0518;
  --fire-brick-950: #30030F;
}
Generate More ShadesCreate PaletteConvert Color