Charcoal
#460B30
PinkColor Codes
All color formats for development
HEX
#460B30RGB
rgb(70, 11, 48)HSL
hsl(322, 73%, 16%)OKLCH
oklch(0.273 0.097 347.1)CMYK
cmyk(0%, 84%, 31%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A2C
2#380927
3#310822
4#2A071D
5#230618
6#1C0413
7#15030F
8#0E020A
9#070105
Tints
Lighter variations
1#6C114A
2#911764
3#B61C7E
4#DB2297
5#E246A9
6#E86BBA
7#EE90CB
8#F3B5DC
9#F9DAEE
Tones
Muted variations
1#440E30
2#41112F
3#3E142E
4#3B172E
5#381A2D
6#351D2C
7#32202B
8#2F232A
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD0 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765B7 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A186B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E114C | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B31 | 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: #FAE0F1;
--charcoal-200: #F6C6E4;
--charcoal-300: #EF9AD0;
--charcoal-400: #E765B7;
--charcoal-500: #E038A3;
--charcoal-600: #C21E86;
--charcoal-700: #9A186B;
--charcoal-800: #6E114C;
--charcoal-900: #470B31;
--charcoal-950: #2C071E;
}