Charcoal
#4A073F
PinkColor Codes
All color formats for development
HEX
#4A073FRGB
rgb(74, 7, 63)HSL
hsl(310, 83%, 16%)OKLCH
oklch(0.285 0.116 336.2)CMYK
cmyk(0%, 91%, 15%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430639
2#3C0633
3#34052C
4#2D0426
5#250320
6#1E0319
7#160213
8#0F010D
9#070106
Tints
Lighter variations
1#720B61
2#990E82
3#C012A3
4#E716C4
5#ED3BCF
6#F062D9
7#F489E2
8#F8B1EC
9#FBD8F5
Tones
Muted variations
1#470A3D
2#440E3B
3#411139
4#3D1436
5#3A1834
6#361B32
7#331F30
8#30222D
9#2C252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594E5 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CD7 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DCC | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B073F | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1FC;
--charcoal-100: #FCDEF7;
--charcoal-200: #F9C2F0;
--charcoal-300: #F594E5;
--charcoal-400: #F05CD7;
--charcoal-500: #EB2DCC;
--charcoal-600: #CD13AE;
--charcoal-700: #A30F8B;
--charcoal-800: #750B63;
--charcoal-900: #4B073F;
--charcoal-950: #2F0428;
}