Charcoal
#4A082E
PinkColor Codes
All color formats for development
HEX
#4A082ERGB
rgb(74, 8, 46)HSL
hsl(325, 80%, 16%)OKLCH
oklch(0.277 0.103 351.2)CMYK
cmyk(0%, 89%, 38%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42072A
2#3B0725
3#330620
4#2C051C
5#250417
6#1D0312
7#16020E
8#0F0209
9#070105
Tints
Lighter variations
1#700C47
2#97115F
3#BD1577
4#E4198F
5#EA3EA2
6#EE65B5
7#F28BC7
8#F6B2DA
9#FBD8EC
Tones
Muted variations
1#460B2E
2#430F2D
3#40122D
4#3C152C
5#39182C
6#361C2B
7#331F2A
8#2F222A
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395CC | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EB2 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8309C | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA167F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082E | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F8;
--charcoal-100: #FBDFF0;
--charcoal-200: #F8C3E2;
--charcoal-300: #F395CC;
--charcoal-400: #ED5EB2;
--charcoal-500: #E8309C;
--charcoal-600: #CA167F;
--charcoal-700: #A11265;
--charcoal-800: #730D48;
--charcoal-900: #49082E;
--charcoal-950: #2E051D;
}