Brown
#A50D42
PinkColor Codes
All color formats for development
HEX
#A50D42RGB
rgb(165, 13, 66)HSL
hsl(339, 85%, 35%)OKLCH
oklch(0.466 0.18 10.1)CMYK
cmyk(0%, 92%, 60%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#950C3C
2#840B35
3#74092F
4#630828
5#530721
6#42051B
7#320414
8#21030D
9#110107
Tints
Lighter variations
1#C4104F
2#E2125B
3#EE286D
4#F04782
5#F36697
6#F584AC
7#F8A3C1
8#FAC2D5
9#FDE0EA
Tones
Muted variations
1#9E1545
2#961D47
3#8E2449
4#872C4C
5#7F334E
6#783B50
7#704252
8#684A55
9#615257
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692B5 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A8F | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B6F | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01154 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B061E | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0413 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F5;
--brown-100: #FCDEE9;
--brown-200: #FAC2D5;
--brown-300: #F692B5;
--brown-400: #F25A8F;
--brown-500: #EE2B6F;
--brown-600: #D01154;
--brown-700: #A50D42;
--brown-800: #760A2F;
--brown-900: #4B061E;
--brown-950: #2F0413;
}