Charcoal
#4A082C
PinkColor Codes
All color formats for development
HEX
#4A082CRGB
rgb(74, 8, 44)HSL
hsl(327, 80%, 16%)OKLCH
oklch(0.276 0.102 353.2)CMYK
cmyk(0%, 89%, 41%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420728
2#3B0723
3#33061F
4#2C051A
5#250416
6#1D0312
7#16020D
8#0F0209
9#070104
Tints
Lighter variations
1#700C43
2#97115A
3#BD1571
4#E41989
5#EA3E9C
6#EE65B0
7#F28BC4
8#F6B2D8
9#FBD8EB
Tones
Muted variations
1#460B2C
2#430F2B
3#40122B
4#3C152B
5#39182A
6#361C2A
7#331F2A
8#2F2229
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C9 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EAD | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83095 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1679 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11260 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082C | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F8;
--charcoal-100: #FBDFEF;
--charcoal-200: #F8C3E1;
--charcoal-300: #F395C9;
--charcoal-400: #ED5EAD;
--charcoal-500: #E83095;
--charcoal-600: #CA1679;
--charcoal-700: #A11260;
--charcoal-800: #730D45;
--charcoal-900: #49082C;
--charcoal-950: #2E051C;
}