Charcoal
#3B0B47
PinkColor Codes
All color formats for development
HEX
#3B0B47RGB
rgb(59, 11, 71)HSL
hsl(288, 73%, 16%)OKLCH
oklch(0.268 0.11 318.6)CMYK
cmyk(17%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350A40
2#2F0938
3#290831
4#23072A
5#1D0623
6#17041C
7#120315
8#0C020E
9#060107
Tints
Lighter variations
1#59116C
2#781791
3#971CB6
4#B622DB
5#C346E2
6#CF6BE8
7#DB90EE
8#E7B5F3
9#F3DAF9
Tones
Muted variations
1#390E44
2#371141
3#35143E
4#34173B
5#321A38
6#301D35
7#2E2032
8#2C232F
9#2B262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC6 #ECC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE9A #DE9AEF | BordersInactive statesPlaceholder text |
| 400 | CD65 #CD65E7 | Disabled statesSecondary iconsMuted text |
| 500 | BF38 #BF38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11E #A11EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8018 #80189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C11 #5C116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B0B #3B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2507 #25072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FBF2FD;
--charcoal-100: #F5E0FA;
--charcoal-200: #ECC6F6;
--charcoal-300: #DE9AEF;
--charcoal-400: #CD65E7;
--charcoal-500: #BF38E0;
--charcoal-600: #A11EC2;
--charcoal-700: #80189A;
--charcoal-800: #5C116E;
--charcoal-900: #3B0B47;
--charcoal-950: #25072C;
}