Charcoal
#102B42
BlueColor Codes
All color formats for development
HEX
#102B42RGB
rgb(16, 43, 66)HSL
hsl(208, 61%, 16%)OKLCH
oklch(0.281 0.054 246.9)CMYK
cmyk(76%, 35%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E263B
2#0D2235
3#0B1E2E
4#0A1927
5#081521
6#06111A
7#050D14
8#03080D
9#020407
Tints
Lighter variations
1#184164
2#215787
3#296DA9
4#3184CC
5#5398D5
6#75ADDE
7#98C1E6
8#BAD6EE
9#DDEAF7
Tones
Muted variations
1#122A3F
2#152A3D
3#172A3A
4#1A2A38
5#1C2A35
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 | A1C7 #A1C7E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA9 #6FA9DC | Disabled statesSecondary iconsMuted text |
| 500 | 4691 #4691D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C75 #2C75B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235D #235D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1942 #194267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102A #102A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | 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: #A1C7E8;
--charcoal-400: #6FA9DC;
--charcoal-500: #4691D2;
--charcoal-600: #2C75B5;
--charcoal-700: #235D90;
--charcoal-800: #194267;
--charcoal-900: #102A42;
--charcoal-950: #0A1B29;
}