Fire Brick

#AF0437

Pink

Color Codes

All color formats for development

HEX
#AF0437
RGB
rgb(175, 4, 55)
HSL
hsl(342, 96%, 35%)
OKLCH
oklch(0.48 0.19 15.9)
CMYK
cmyk(0%, 98%, 69%, 31%)

Accessibility

WCAG contrast compliance

On White Background

7.25:1

AA AAA

On Black Background

2.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FEBE
300
#FD8C
400
#FB50
500
#FA1E
600
#DC04
700
#AF04
800
#7D03
900
#5002
950
#3201

Shades

Darker variations

1#9D0331
2#8C032C
3#7A0226
4#690221
5#57021B
6#460116
7#340110
8#23010B
9#110005

Tints

Lighter variations

1#CF0441
2#F0054B
3#FA1C5E
4#FB3C75
5#FC5D8C
6#FC7DA3
7#FD9EBA
8#FEBED1
9#FEDFE8

Tones

Muted variations

1#A60C3A
2#9E153E
3#951D41
4#8D2645
5#842E48
6#7C374C
7#73404F
8#6A4852
9#625156

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F4
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCE6
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBED1
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8CAE
BordersInactive statesPlaceholder text
400
FB50
#FB5083
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E60
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC0445
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF0437
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D0327
Text on light backgroundsHeadingsStrong borders
900
5002
#500219
Primary textHigh emphasis contentDark headings
950
3201
#320110
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FFF0F4;
  --fire-brick-100: #FEDCE6;
  --fire-brick-200: #FEBED1;
  --fire-brick-300: #FD8CAE;
  --fire-brick-400: #FB5083;
  --fire-brick-500: #FA1E60;
  --fire-brick-600: #DC0445;
  --fire-brick-700: #AF0437;
  --fire-brick-800: #7D0327;
  --fire-brick-900: #500219;
  --fire-brick-950: #320110;
}
Generate More ShadesCreate PaletteConvert Color