Brown
#9D153C
PinkColor Codes
All color formats for development
HEX
#9D153CRGB
rgb(157, 21, 60)HSL
hsl(343, 76%, 35%)OKLCH
oklch(0.453 0.168 12.3)CMYK
cmyk(0%, 87%, 62%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D1336
2#7E1130
3#6E0F2A
4#5E0D24
5#4F0B1E
6#3F0918
7#2F0612
8#1F040C
9#100206
Tints
Lighter variations
1#BA1947
2#D71D52
3#E33365
4#E7507B
5#EB6D91
6#EF8AA7
7#F3A7BD
8#F7C5D3
9#FBE2E9
Tones
Muted variations
1#961C3F
2#902342
3#892A45
4#823148
5#7B374B
6#743E4D
7#6E4550
8#674C53
9#605256
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6288 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33566 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D153C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F2B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A1B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0611 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F5;
--brown-100: #FBE0E7;
--brown-200: #F7C5D3;
--brown-300: #F198B1;
--brown-400: #EA6288;
--brown-500: #E33566;
--brown-600: #C51B4B;
--brown-700: #9D153C;
--brown-800: #700F2B;
--brown-900: #480A1B;
--brown-950: #2D0611;
}