Brown
#A90A44
PinkColor Codes
All color formats for development
HEX
#A90A44RGB
rgb(169, 10, 68)HSL
hsl(338, 89%, 35%)OKLCH
oklch(0.473 0.184 9.7)CMYK
cmyk(0%, 94%, 60%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#98093D
2#870836
3#760730
4#650629
5#540522
6#43041B
7#330314
8#22020E
9#110107
Tints
Lighter variations
1#C80C51
2#E70D5D
3#F2246F
4#F44384
5#F66298
6#F882AD
7#FAA1C1
8#FBC0D6
9#FDE0EA
Tones
Muted variations
1#A11246
2#991A48
3#91224A
4#892A4D
5#81324F
6#793951
7#714153
8#694955
9#615157
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B6 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55691 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22671 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C56 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A44 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780731 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D041F | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300313 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F6;
--brown-100: #FDDDE9;
--brown-200: #FBC0D6;
--brown-300: #F990B6;
--brown-400: #F55691;
--brown-500: #F22671;
--brown-600: #D40C56;
--brown-700: #A90A44;
--brown-800: #780731;
--brown-900: #4D041F;
--brown-950: #300313;
}