Charcoal
#101842
BlueColor Codes
All color formats for development
HEX
#101842RGB
rgb(16, 24, 66)HSL
hsl(230, 61%, 16%)OKLCH
oklch(0.231 0.08 270.7)CMYK
cmyk(76%, 64%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E163B
2#0D1335
3#0B112E
4#0A0F27
5#080C21
6#060A1A
7#050714
8#03050D
9#020207
Tints
Lighter variations
1#182564
2#213287
3#293EA9
4#314BCC
5#5368D5
6#7586DE
7#98A5E6
8#BAC3EE
9#DDE1F7
Tones
Muted variations
1#121A3F
2#151C3D
3#171D3A
4#1A1F38
5#1C2135
6#1F2233
7#212430
8#24252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD0 #CAD0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AC #A1ACE8 | BordersInactive statesPlaceholder text |
| 400 | 6F81 #6F81DC | Disabled statesSecondary iconsMuted text |
| 500 | 465E #465ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C43 #2C43B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2335 #233590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1926 #192667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1018 #101842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E2E6F8;
--charcoal-200: #CAD0F2;
--charcoal-300: #A1ACE8;
--charcoal-400: #6F81DC;
--charcoal-500: #465ED2;
--charcoal-600: #2C43B5;
--charcoal-700: #233590;
--charcoal-800: #192667;
--charcoal-900: #101842;
--charcoal-950: #0A0F29;
}