Charcoal
#102642
BlueColor Codes
All color formats for development
HEX
#102642RGB
rgb(16, 38, 66)HSL
hsl(214, 61%, 16%)OKLCH
oklch(0.267 0.06 255.5)CMYK
cmyk(76%, 42%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E223B
2#0D1E35
3#0B1A2E
4#0A1627
5#081321
6#060F1A
7#050B14
8#03070D
9#020407
Tints
Lighter variations
1#183964
2#214D87
3#2961A9
4#3174CC
5#538BD5
6#75A2DE
7#98BAE6
8#BAD1EE
9#DDE8F7
Tones
Muted variations
1#12263F
2#15263D
3#17263A
4#1A2738
5#1C2735
6#1F2733
7#212830
8#24282E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADB #CADBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C0 #A1C0E8 | BordersInactive statesPlaceholder text |
| 400 | 6F9E #6F9EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4683 #4683D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C67 #2C67B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2352 #235290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193B #193B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1025 #102542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E2ECF8;
--charcoal-200: #CADBF2;
--charcoal-300: #A1C0E8;
--charcoal-400: #6F9EDC;
--charcoal-500: #4683D2;
--charcoal-600: #2C67B5;
--charcoal-700: #235290;
--charcoal-800: #193B67;
--charcoal-900: #102542;
--charcoal-950: #0A1729;
}