Fire Brick
#B10239
PinkColor Codes
All color formats for development
HEX
#B10239RGB
rgb(177, 2, 57)HSL
hsl(341, 98%, 35%)OKLCH
oklch(0.484 0.193 15.3)CMYK
cmyk(0%, 99%, 68%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F0233
2#8D012E
3#7C0128
4#6A0122
5#58011D
6#470117
7#350111
8#23000B
9#120006
Tints
Lighter variations
1#D20244
2#F2024E
3#FD1961
4#FD3A78
5#FD5B8E
6#FE7CA5
7#FE9DBB
8#FEBDD2
9#FFDEE8
Tones
Muted variations
1#A80B3C
2#9F1340
3#961C43
4#8E2546
5#852E49
6#7C364C
7#733F50
8#6B4853
9#625156
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDD2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BAF | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E86 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C63 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0248 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10239 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0129 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51011A | 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: #FFF0F5;
--fire-brick-100: #FFDCE7;
--fire-brick-200: #FEBDD2;
--fire-brick-300: #FE8BAF;
--fire-brick-400: #FD4E86;
--fire-brick-500: #FD1C63;
--fire-brick-600: #DE0248;
--fire-brick-700: #B10239;
--fire-brick-800: #7E0129;
--fire-brick-900: #51011A;
--fire-brick-950: #320110;
}