Brown
#AB074E
PinkColor Codes
All color formats for development
HEX
#AB074ERGB
rgb(171, 7, 78)HSL
hsl(334, 92%, 35%)OKLCH
oklch(0.479 0.189 5.4)CMYK
cmyk(0%, 96%, 54%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A0646
2#89063F
3#780537
4#67042F
5#560427
6#45031F
7#330217
8#220110
9#110108
Tints
Lighter variations
1#CB085D
2#EB0A6B
3#F6207D
4#F7408F
5#F860A2
6#FA80B5
7#FBA0C7
8#FCBFDA
9#FEDFEC
Tones
Muted variations
1#A30F4F
2#9B1850
3#932052
4#8B2853
5#823054
6#7A3855
7#724156
8#6A4957
9#615158
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFDA | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EBD | BordersInactive statesPlaceholder text |
| 400 | F854 #F8549B | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F6237E | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70962 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB074E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0538 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0324 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310216 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF0F6;
--brown-100: #FEDDEB;
--brown-200: #FCBFDA;
--brown-300: #FA8EBD;
--brown-400: #F8549B;
--brown-500: #F6237E;
--brown-600: #D70962;
--brown-700: #AB074E;
--brown-800: #7A0538;
--brown-900: #4E0324;
--brown-950: #310216;
}