Brown
#A30F37
PinkColor Codes
All color formats for development
HEX
#A30F37RGB
rgb(163, 15, 55)HSL
hsl(344, 83%, 35%)OKLCH
oklch(0.46 0.176 15)CMYK
cmyk(0%, 91%, 66%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930E31
2#830C2C
3#720B26
4#620921
5#52081B
6#410616
7#310510
8#21030B
9#100205
Tints
Lighter variations
1#C21241
2#E0154B
3#EB2B5E
4#EE4975
5#F1678C
6#F486A3
7#F7A4BA
8#F9C2D1
9#FCE1E8
Tones
Muted variations
1#9C173A
2#951E3E
3#8D2541
4#862D45
5#7E3448
6#773C4B
7#6F434F
8#684A52
9#615256
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594AE | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C83 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D60 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1345 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B27 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0719 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0410 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F4;
--brown-100: #FCDEE6;
--brown-200: #F9C2D1;
--brown-300: #F594AE;
--brown-400: #F05C83;
--brown-500: #EB2D60;
--brown-600: #CD1345;
--brown-700: #A30F37;
--brown-800: #750B27;
--brown-900: #4B0719;
--brown-950: #2F0410;
}