Brown
#9D1523
RedColor Codes
All color formats for development
HEX
#9D1523RGB
rgb(157, 21, 35)HSL
hsl(354, 76%, 35%)OKLCH
oklch(0.448 0.168 23.3)CMYK
cmyk(0%, 87%, 78%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D131F
2#7E111C
3#6E0F18
4#5E0D15
5#4F0B11
6#3F090E
7#2F060A
8#1F0407
9#100203
Tints
Lighter variations
1#BA1929
2#D71D30
3#E33344
4#E7505F
5#EB6D7A
6#EF8A94
7#F3A7AF
8#F7C5CA
9#FBE2E4
Tones
Muted variations
1#961C28
2#90232E
3#892A33
4#823139
5#7B373E
6#743E44
7#6E4549
8#674C4E
9#605254
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198A1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA626F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33546 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1523 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A10 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F3;
--brown-100: #FBE0E2;
--brown-200: #F7C5CA;
--brown-300: #F198A1;
--brown-400: #EA626F;
--brown-500: #E33546;
--brown-600: #C51B2C;
--brown-700: #9D1523;
--brown-800: #700F19;
--brown-900: #480A10;
--brown-950: #2D060A;
}