Charcoal
#490830
PinkColor Codes
All color formats for development
HEX
#490830RGB
rgb(73, 8, 48)HSL
hsl(323, 80%, 16%)OKLCH
oklch(0.276 0.103 348.7)CMYK
cmyk(0%, 89%, 34%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42072C
2#3B0727
3#330622
4#2C051D
5#250418
6#1D0313
7#16020F
8#0F020A
9#070105
Tints
Lighter variations
1#700C4A
2#971163
3#BD157D
4#E41996
5#EA3EA8
6#EE65B9
7#F28BCB
8#F6B2DC
9#FBD8EE
Tones
Muted variations
1#460B30
2#430F2F
3#40122E
4#3C152D
5#39182D
6#361C2C
7#331F2B
8#2F222A
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395CF | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EB6 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1685 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1126A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490830 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F9;
--charcoal-100: #FBDFF0;
--charcoal-200: #F8C3E4;
--charcoal-300: #F395CF;
--charcoal-400: #ED5EB6;
--charcoal-500: #E830A2;
--charcoal-600: #CA1685;
--charcoal-700: #A1126A;
--charcoal-800: #730D4C;
--charcoal-900: #490830;
--charcoal-950: #2E051E;
}