Charcoal
#470B30
PinkColor Codes
All color formats for development
HEX
#470B30RGB
rgb(71, 11, 48)HSL
hsl(323, 73%, 16%)OKLCH
oklch(0.275 0.098 347.8)CMYK
cmyk(0%, 85%, 32%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A2B
2#380926
3#310821
4#2A071D
5#230618
6#1C0413
7#15030E
8#0E020A
9#070105
Tints
Lighter variations
1#6C1149
2#911762
3#B61C7B
4#DB2294
5#E246A6
6#E86BB8
7#EE90CA
8#F3B5DB
9#F9DAED
Tones
Muted variations
1#440E2F
2#41112E
3#3E142E
4#3B172D
5#381A2C
6#351D2C
7#32202B
8#2F232A
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ACE | BordersInactive statesPlaceholder text |
| 400 | E765 #E765B5 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E114B | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B30 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F9;
--charcoal-100: #FAE0F0;
--charcoal-200: #F6C6E3;
--charcoal-300: #EF9ACE;
--charcoal-400: #E765B5;
--charcoal-500: #E038A0;
--charcoal-600: #C21E83;
--charcoal-700: #9A1868;
--charcoal-800: #6E114B;
--charcoal-900: #470B30;
--charcoal-950: #2C071E;
}