Charcoal
#102E42
BlueColor Codes
All color formats for development
HEX
#102E42RGB
rgb(16, 46, 66)HSL
hsl(204, 61%, 16%)OKLCH
oklch(0.289 0.051 240.9)CMYK
cmyk(76%, 30%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E293B
2#0D2535
3#0B202E
4#0A1B27
5#081721
6#06121A
7#050E14
8#03090D
9#020507
Tints
Lighter variations
1#184664
2#215E87
3#2976A9
4#318ECC
5#53A1D5
6#75B4DE
7#98C7E6
8#BAD9EE
9#DDECF7
Tones
Muted variations
1#122D3F
2#152D3D
3#172C3A
4#1A2C38
5#1C2B35
6#1F2B33
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 | CAE2 #CAE2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CC #A1CCE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB1 #6FB1DC | Disabled statesSecondary iconsMuted text |
| 500 | 469A #469AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7E #2C7EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2364 #236490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1948 #194867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102E #102E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E2EFF8;
--charcoal-200: #CAE2F2;
--charcoal-300: #A1CCE8;
--charcoal-400: #6FB1DC;
--charcoal-500: #469AD2;
--charcoal-600: #2C7EB5;
--charcoal-700: #236490;
--charcoal-800: #194867;
--charcoal-900: #102E42;
--charcoal-950: #0A1D29;
}