Charcoal
#4B063A
PinkColor Codes
All color formats for development
HEX
#4B063ARGB
rgb(75, 6, 58)HSL
hsl(315, 85%, 16%)OKLCH
oklch(0.283 0.114 340.9)CMYK
cmyk(0%, 92%, 23%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440634
2#3C052F
3#350429
4#2D0423
5#26031D
6#1E0217
7#170211
8#0F010C
9#080106
Tints
Lighter variations
1#730959
2#9B0D77
3#C21096
4#EA13B4
5#EF39C1
6#F260CE
7#F588DA
8#F9B0E6
9#FCD7F3
Tones
Muted variations
1#480A38
2#450D37
3#411135
4#3E1433
5#3A1731
6#371B30
7#331E2E
8#30222C
9#2C252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692DD | BordersInactive statesPlaceholder text |
| 400 | F25A #F25ACC | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BBD | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B063A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1FB;
--charcoal-100: #FCDEF5;
--charcoal-200: #FAC2EC;
--charcoal-300: #F692DD;
--charcoal-400: #F25ACC;
--charcoal-500: #EE2BBD;
--charcoal-600: #D011A0;
--charcoal-700: #A50D7F;
--charcoal-800: #760A5B;
--charcoal-900: #4B063A;
--charcoal-950: #2F0424;
}