Brown
#9A194F
PinkColor Codes
All color formats for development
HEX
#9A194FRGB
rgb(154, 25, 79)HSL
hsl(335, 72%, 35%)OKLCH
oklch(0.455 0.166 2.2)CMYK
cmyk(0%, 84%, 49%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A1647
2#7B143F
3#6B1137
4#5C0F2F
5#4D0C27
6#3D0A1F
7#2E0718
8#1F0510
9#0F0208
Tints
Lighter variations
1#B61E5D
2#D3226C
3#DF377D
4#E35490
5#E870A2
6#EC8DB5
7#F1A9C7
8#F6C6DA
9#FAE2EC
Tones
Muted variations
1#931F50
2#8D2651
3#862C52
4#803353
5#793954
6#734055
7#6D4656
8#664C57
9#605358
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABD | BordersInactive statesPlaceholder text |
| 400 | E665 #E6659B | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A7E | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A194F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1238 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B24 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0716 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F6;
--brown-100: #FAE0EB;
--brown-200: #F6C6DA;
--brown-300: #EF9ABD;
--brown-400: #E6659B;
--brown-500: #DF3A7E;
--brown-600: #C11F63;
--brown-700: #9A194F;
--brown-800: #6E1238;
--brown-900: #460B24;
--brown-950: #2C0716;
}