Brown
#9D152E
RedColor Codes
All color formats for development
HEX
#9D152ERGB
rgb(157, 21, 46)HSL
hsl(349, 76%, 35%)OKLCH
oklch(0.45 0.168 18.8)CMYK
cmyk(0%, 87%, 71%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D132A
2#7E1125
3#6E0F20
4#5E0D1C
5#4F0B17
6#3F0913
7#2F060E
8#1F0409
9#100205
Tints
Lighter variations
1#BA1937
2#D71D3F
3#E33353
4#E7506C
5#EB6D84
6#EF8A9D
7#F3A7B5
8#F7C5CE
9#FBE2E6
Tones
Muted variations
1#961C33
2#902337
3#892A3B
4#82313F
5#7B3744
6#743E48
7#6E454C
8#674C51
9#605255
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CE | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198A8 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA627B | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33555 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B3A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D152E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A15 | 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: #FDF2F4;
--brown-100: #FBE0E5;
--brown-200: #F7C5CE;
--brown-300: #F198A8;
--brown-400: #EA627B;
--brown-500: #E33555;
--brown-600: #C51B3A;
--brown-700: #9D152E;
--brown-800: #700F21;
--brown-900: #480A15;
--brown-950: #2D060D;
}