Charcoal
#123240
BlueColor Codes
All color formats for development
HEX
#123240RGB
rgb(18, 50, 64)HSL
hsl(198, 56%, 16%)OKLCH
oklch(0.3 0.045 229.6)CMYK
cmyk(72%, 22%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#102D39
2#0E2833
3#0D232D
4#0B1E26
5#091920
6#071419
7#050F13
8#040A0D
9#020506
Tints
Lighter variations
1#1B4C61
2#256682
3#2E81A4
4#389BC5
5#58ACD0
6#79BDD9
7#9BCDE3
8#BCDEEC
9#DEEEF6
Tones
Muted variations
1#14313D
2#17303B
3#192F39
4#1B2E37
5#1D2D34
6#202C32
7#222C30
8#242B2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F1 #E3F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE5 #CBE5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D1 #A4D1E5 | BordersInactive statesPlaceholder text |
| 400 | 74BA #74BAD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA6 #4CA6CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3189 #3189AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 276D #276D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4E #1C4E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1232 #123240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1F #0B1F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E3F1F7;
--charcoal-200: #CBE5F0;
--charcoal-300: #A4D1E5;
--charcoal-400: #74BAD8;
--charcoal-500: #4CA6CD;
--charcoal-600: #3189AF;
--charcoal-700: #276D8B;
--charcoal-800: #1C4E63;
--charcoal-900: #123240;
--charcoal-950: #0B1F28;
}