Brown
#9A1933
RedColor Codes
All color formats for development
HEX
#9A1933RGB
rgb(154, 25, 51)HSL
hsl(348, 72%, 35%)OKLCH
oklch(0.448 0.162 16.8)CMYK
cmyk(0%, 84%, 67%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A162E
2#7B1429
3#6B1123
4#5C0F1E
5#4D0C19
6#3D0A14
7#2E070F
8#1F050A
9#0F0205
Tints
Lighter variations
1#B61E3C
2#D32246
3#DF3759
4#E35471
5#E87088
6#EC8DA0
7#F1A9B8
8#F6C6D0
9#FAE2E7
Tones
Muted variations
1#931F37
2#8D263A
3#862C3E
4#803342
5#793946
6#73404A
7#6D464E
8#664C52
9#605355
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AAB | BordersInactive statesPlaceholder text |
| 400 | E665 #E6657F | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A5B | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F40 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A1933 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1224 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B17 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C070E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF2F4;
--brown-100: #FAE0E5;
--brown-200: #F6C6D0;
--brown-300: #EF9AAB;
--brown-400: #E6657F;
--brown-500: #DF3A5B;
--brown-600: #C11F40;
--brown-700: #9A1933;
--brown-800: #6E1224;
--brown-900: #460B17;
--brown-950: #2C070E;
}