Charcoal
#102A42
BlueColor Codes
All color formats for development
HEX
#102A42RGB
rgb(16, 42, 66)HSL
hsl(209, 61%, 16%)OKLCH
oklch(0.278 0.055 248.8)CMYK
cmyk(76%, 36%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E253B
2#0D2135
3#0B1D2E
4#0A1927
5#081521
6#06111A
7#050C14
8#03080D
9#020407
Tints
Lighter variations
1#183F64
2#215587
3#296BA9
4#3181CC
5#5396D5
6#75ABDE
7#98C0E6
8#BAD5EE
9#DDEAF7
Tones
Muted variations
1#122A3F
2#15293D
3#17293A
4#1A2938
5#1C2935
6#1F2933
7#212930
8#24292E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADF #CADFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C6 #A1C6E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA8 #6FA8DC | Disabled statesSecondary iconsMuted text |
| 500 | 468F #468FD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C72 #2C72B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235B #235B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1941 #194167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102A #102A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1A #0A1A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E2EEF8;
--charcoal-200: #CADFF2;
--charcoal-300: #A1C6E8;
--charcoal-400: #6FA8DC;
--charcoal-500: #468FD2;
--charcoal-600: #2C72B5;
--charcoal-700: #235B90;
--charcoal-800: #194167;
--charcoal-900: #102A42;
--charcoal-950: #0A1A29;
}