Charcoal
#102D42
BlueColor Codes
All color formats for development
HEX
#102D42RGB
rgb(16, 45, 66)HSL
hsl(205, 61%, 16%)OKLCH
oklch(0.286 0.052 243)CMYK
cmyk(76%, 32%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E283B
2#0D2435
3#0B1F2E
4#0A1B27
5#081621
6#06121A
7#050D14
8#03090D
9#020407
Tints
Lighter variations
1#184564
2#215C87
3#2974A9
4#318BCC
5#539FD5
6#75B2DE
7#98C5E6
8#BAD9EE
9#DDECF7
Tones
Muted variations
1#122D3F
2#152C3D
3#172C3A
4#1A2B38
5#1C2B35
6#1F2A33
7#212A30
8#242A2E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CA #A1CAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FAF #6FAFDC | Disabled statesSecondary iconsMuted text |
| 500 | 4698 #4698D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7C #2C7CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2362 #236290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1946 #194667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102D #102D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E2EFF8;
--charcoal-200: #CAE1F2;
--charcoal-300: #A1CAE8;
--charcoal-400: #6FAFDC;
--charcoal-500: #4698D2;
--charcoal-600: #2C7CB5;
--charcoal-700: #236290;
--charcoal-800: #194667;
--charcoal-900: #102D42;
--charcoal-950: #0A1C29;
}