Charcoal
#4B062F
PinkColor Codes
All color formats for development
HEX
#4B062FRGB
rgb(75, 6, 47)HSL
hsl(324, 85%, 16%)OKLCH
oklch(0.278 0.107 350.5)CMYK
cmyk(0%, 92%, 37%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44062B
2#3C0526
3#350421
4#2D041D
5#260318
6#1E0213
7#17020E
8#0F010A
9#080105
Tints
Lighter variations
1#730949
2#9B0D62
3#C2107B
4#EA1394
5#EF39A6
6#F260B8
7#F588CA
8#F9B0DB
9#FCD7ED
Tones
Muted variations
1#480A2F
2#450D2E
3#41112E
4#3E142D
5#3A172C
6#371B2C
7#331E2B
8#30222A
9#2C2529
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692CE | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AB5 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01183 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0630 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F041E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1F9;
--charcoal-100: #FCDEF0;
--charcoal-200: #FAC2E3;
--charcoal-300: #F692CE;
--charcoal-400: #F25AB5;
--charcoal-500: #EE2BA0;
--charcoal-600: #D01183;
--charcoal-700: #A50D68;
--charcoal-800: #760A4B;
--charcoal-900: #4B0630;
--charcoal-950: #2F041E;
}