Fire Brick

#A8150B

Red

Color Codes

All color formats for development

HEX
#A8150B
RGB
rgb(168, 21, 11)
HSL
hsl(4, 88%, 35%)
OKLCH
oklch(0.468 0.18 29.6)
CMYK
cmyk(0%, 87%, 93%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.56:1

AA AAA

On Black Background

2.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FDE0
200
#FBC5
300
#F898
400
#F462
500
#F135
600
#D31B
700
#A815
800
#780F
900
#4D0A
950
#3006

Shades

Darker variations

1#97130A
2#861109
3#750F07
4#650D06
5#540B05
6#430804
7#320603
8#220402
9#110201

Tints

Lighter variations

1#C7190D
2#E61D0F
3#F13225
4#F35044
5#F56D63
6#F78A82
7#F9A7A2
8#FBC5C1
9#FDE2E0

Tones

Muted variations

1#A01C13
2#98231A
3#902A22
4#88302A
5#813732
6#793E3A
7#714542
8#694C4A
9#615251

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF2
#FEF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE0
#FDE0DD
Light backgroundsTable row hoverSkeleton loading
200
FBC5
#FBC5C1
Secondary backgroundsInput backgroundsDividers
300
F898
#F89891
BordersInactive statesPlaceholder text
400
F462
#F46257
Disabled statesSecondary iconsMuted text
500
F135
#F13527
Primary brand colorCTAsActive elementsLinks
600
D31B
#D31B0D
Hover statesFocus ringsPrimary buttons hover
700
A815
#A8150B
Active/pressed statesDark mode accentsSecondary text
800
780F
#780F08
Text on light backgroundsHeadingsStrong borders
900
4D0A
#4D0A05
Primary textHigh emphasis contentDark headings
950
3006
#300603
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF2F1;
  --fire-brick-100: #FDE0DD;
  --fire-brick-200: #FBC5C1;
  --fire-brick-300: #F89891;
  --fire-brick-400: #F46257;
  --fire-brick-500: #F13527;
  --fire-brick-600: #D31B0D;
  --fire-brick-700: #A8150B;
  --fire-brick-800: #780F08;
  --fire-brick-900: #4D0A05;
  --fire-brick-950: #300603;
}
Generate More ShadesCreate PaletteConvert Color