Charcoal
#460B20
PinkColor Codes
All color formats for development
HEX
#460B20RGB
rgb(70, 11, 32)HSL
hsl(339, 73%, 16%)OKLCH
oklch(0.266 0.089 4.4)CMYK
cmyk(0%, 84%, 54%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A1D
2#380919
3#310816
4#2A0713
5#230610
6#1C040D
7#15030A
8#0E0206
9#070103
Tints
Lighter variations
1#6C1131
2#911741
3#B61C52
4#DB2263
5#E2467C
6#E86B97
7#EE90B1
8#F3B5CB
9#F9DAE5
Tones
Muted variations
1#440E21
2#411122
3#3E1423
4#3B1723
5#381A24
6#351D25
7#322026
8#2F2327
9#2C2628
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AB8 | BordersInactive statesPlaceholder text |
| 400 | E765 #E76592 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03873 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E58 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1846 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1132 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B20 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0714 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F6;
--charcoal-100: #FAE0E9;
--charcoal-200: #F6C6D7;
--charcoal-300: #EF9AB8;
--charcoal-400: #E76592;
--charcoal-500: #E03873;
--charcoal-600: #C21E58;
--charcoal-700: #9A1846;
--charcoal-800: #6E1132;
--charcoal-900: #470B20;
--charcoal-950: #2C0714;
}