Charcoal
#101142
BlueColor Codes
All color formats for development
HEX
#101142RGB
rgb(16, 17, 66)HSL
hsl(239, 61%, 16%)OKLCH
oklch(0.216 0.09 274.9)CMYK
cmyk(76%, 74%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0F3B
2#0D0D35
3#0B0C2E
4#0A0A27
5#080821
6#06071A
7#050514
8#03030D
9#020207
Tints
Lighter variations
1#181A64
2#212287
3#292BA9
4#3134CC
5#5355D5
6#7577DE
7#9899E6
8#BABBEE
9#DDDDF7
Tones
Muted variations
1#12133F
2#15163D
3#17183A
4#1A1A38
5#1C1D35
6#1F1F33
7#212230
8#24242E
9#26262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A2 #A1A2E8 | BordersInactive statesPlaceholder text |
| 400 | 6F71 #6F71DC | Disabled statesSecondary iconsMuted text |
| 500 | 4649 #4649D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2E #2C2EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2325 #232590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191A #191A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1011 #101142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FC;
--charcoal-100: #E2E3F8;
--charcoal-200: #CACAF2;
--charcoal-300: #A1A2E8;
--charcoal-400: #6F71DC;
--charcoal-500: #4649D2;
--charcoal-600: #2C2EB5;
--charcoal-700: #232590;
--charcoal-800: #191A67;
--charcoal-900: #101142;
--charcoal-950: #0A0A29;
}