Charcoal
#102C42
BlueColor Codes
All color formats for development
HEX
#102C42RGB
rgb(16, 44, 66)HSL
hsl(206, 61%, 16%)OKLCH
oklch(0.283 0.053 245)CMYK
cmyk(76%, 33%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E283B
2#0D2335
3#0B1F2E
4#0A1A27
5#081621
6#06121A
7#050D14
8#03090D
9#020407
Tints
Lighter variations
1#184364
2#215A87
3#2972A9
4#3189CC
5#539DD5
6#75B0DE
7#98C4E6
8#BAD8EE
9#DDEBF7
Tones
Muted variations
1#122C3F
2#152B3D
3#172B3A
4#1A2B38
5#1C2A35
6#1F2A33
7#212A30
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 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C9 #A1C9E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAD #6FADDC | Disabled statesSecondary iconsMuted text |
| 500 | 4696 #4696D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C79 #2C79B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2361 #236190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1945 #194567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102C #102C42 | 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: #A1C9E8;
--charcoal-400: #6FADDC;
--charcoal-500: #4696D2;
--charcoal-600: #2C79B5;
--charcoal-700: #236190;
--charcoal-800: #194567;
--charcoal-900: #102C42;
--charcoal-950: #0A1C29;
}