Brown
#9D152C
RedColor Codes
All color formats for development
HEX
#9D152CRGB
rgb(157, 21, 44)HSL
hsl(350, 76%, 35%)OKLCH
oklch(0.45 0.168 19.7)CMYK
cmyk(0%, 87%, 72%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D1328
2#7E1123
3#6E0F1F
4#5E0D1A
5#4F0B16
6#3F0912
7#2F060D
8#1F0409
9#100204
Tints
Lighter variations
1#BA1934
2#D71D3C
3#E33350
4#E75069
5#EB6D82
6#EF8A9B
7#F3A7B4
8#F7C5CD
9#FBE2E6
Tones
Muted variations
1#961C31
2#902335
3#892A3A
4#82313E
5#7B3743
6#743E47
7#6E454C
8#674C50
9#605255
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CD | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198A7 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6279 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33552 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B37 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D152C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F1F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A14 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F3;
--brown-100: #FBE0E4;
--brown-200: #F7C5CD;
--brown-300: #F198A7;
--brown-400: #EA6279;
--brown-500: #E33552;
--brown-600: #C51B37;
--brown-700: #9D152C;
--brown-800: #700F1F;
--brown-900: #480A14;
--brown-950: #2D060D;
}