Brown
#6E1238
PinkColor Codes
All color formats for development
HEX
#6E1238RGB
rgb(110, 18, 56)HSL
hsl(335, 72%, 25%)OKLCH
oklch(0.36 0.128 1.8)CMYK
cmyk(0%, 84%, 49%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#631032
2#580E2D
3#4D0C27
4#420B22
5#37091C
6#2C0716
7#210511
8#16040B
9#0B0206
Tints
Lighter variations
1#8F1749
2#AF1D5A
3#D0226B
4#DF3A7E
5#E45B94
6#EA7BA9
7#EF9CBF
8#F4BDD4
9#FADEEA
Tones
Muted variations
1#691639
2#641B3A
3#60203A
4#5B243B
5#57293C
6#522D3D
7#4E323D
8#49373E
9#443B3F
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;
}