Charcoal
#3B0A48
PinkColor Codes
All color formats for development
HEX
#3B0A48RGB
rgb(59, 10, 72)HSL
hsl(287, 76%, 16%)OKLCH
oklch(0.267 0.112 318)CMYK
cmyk(18%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350941
2#2F0839
3#290732
4#23062B
5#1D0524
6#17041D
7#120316
8#0C020E
9#060107
Tints
Lighter variations
1#590F6E
2#781493
3#9619B9
4#B51EDF
5#C243E5
6#CE68EA
7#DA8EF0
8#E7B4F5
9#F3D9FA
Tones
Muted variations
1#390D45
2#371042
3#35133F
4#33163B
5#321938
6#301C35
7#2E1F32
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 #F5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC5 #ECC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE98 #DE98F1 | BordersInactive statesPlaceholder text |
| 400 | CC62 #CC62EA | Disabled statesSecondary iconsMuted text |
| 500 | BE35 #BE35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11B #A11BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8015 #80159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0F #5B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A0A #3A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2406 #24062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FBF2FD;
--charcoal-100: #F5E0FB;
--charcoal-200: #ECC5F7;
--charcoal-300: #DE98F1;
--charcoal-400: #CC62EA;
--charcoal-500: #BE35E3;
--charcoal-600: #A11BC5;
--charcoal-700: #80159D;
--charcoal-800: #5B0F70;
--charcoal-900: #3A0A48;
--charcoal-950: #24062D;
}