Fire Brick

#B10233

Pink

Color Codes

All color formats for development

HEX
#B10233
RGB
rgb(177, 2, 51)
HSL
hsl(343, 98%, 35%)
OKLCH
oklch(0.483 0.192 17.6)
CMYK
cmyk(0%, 99%, 71%, 31%)

Accessibility

WCAG contrast compliance

On White Background

7.18:1

AA AAA

On Black Background

2.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDC
200
#FEBD
300
#FE8B
400
#FD4E
500
#FD1C
600
#DE02
700
#B102
800
#7E01
900
#5101
950
#3201

Shades

Darker variations

1#9F022E
2#8D0129
3#7C0124
4#6A011F
5#58011A
6#470115
7#35010F
8#23000A
9#120005

Tints

Lighter variations

1#D2023D
2#F20246
3#FD195A
4#FD3A71
5#FD5B89
6#FE7CA1
7#FE9DB8
8#FEBDD0
9#FFDEE7

Tones

Muted variations

1#A80B37
2#9F133B
3#961C3F
4#8E2543
5#852E46
6#7C364A
7#733F4E
8#6B4852
9#625155

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F4
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCE6
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDD0
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BAB
BordersInactive statesPlaceholder text
400
FD4E
#FD4E80
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C5C
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE0241
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10233
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0125
Text on light backgroundsHeadingsStrong borders
900
5101
#510117
Primary textHigh emphasis contentDark headings
950
3201
#32010F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FFF0F4;
  --fire-brick-100: #FFDCE6;
  --fire-brick-200: #FEBDD0;
  --fire-brick-300: #FE8BAB;
  --fire-brick-400: #FD4E80;
  --fire-brick-500: #FD1C5C;
  --fire-brick-600: #DE0241;
  --fire-brick-700: #B10233;
  --fire-brick-800: #7E0125;
  --fire-brick-900: #510117;
  --fire-brick-950: #32010F;
}
Generate More ShadesCreate PaletteConvert Color