Brown
#AD054E
PinkColor Codes
All color formats for development
HEX
#AD054ERGB
rgb(173, 5, 78)HSL
hsl(334, 94%, 35%)OKLCH
oklch(0.482 0.191 5.7)CMYK
cmyk(0%, 97%, 55%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C0546
2#8B043E
3#790437
4#68032F
5#570327
6#45021F
7#340217
8#230110
9#110108
Tints
Lighter variations
1#CD065D
2#ED076B
3#F81E7C
4#F93E8F
5#FA5EA2
6#FB7EB4
7#FC9FC7
8#FDBFDA
9#FEDFEC
Tones
Muted variations
1#A50E4F
2#9C1650
3#941F51
4#8C2753
5#832F54
6#7B3855
7#724056
8#6A4857
9#625158
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFDA | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DBD | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA529B | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F8207E | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0762 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD054E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0438 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0224 | 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: #FFF0F6;
--brown-100: #FEDCEB;
--brown-200: #FDBFDA;
--brown-300: #FB8DBD;
--brown-400: #FA529B;
--brown-500: #F8207E;
--brown-600: #DA0762;
--brown-700: #AD054E;
--brown-800: #7C0438;
--brown-900: #4F0224;
--brown-950: #310216;
}