Charcoal
#12363F
CyanColor Codes
All color formats for development
HEX
#12363FRGB
rgb(18, 54, 63)HSL
hsl(192, 56%, 16%)OKLCH
oklch(0.311 0.044 217)CMYK
cmyk(71%, 14%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103139
2#0E2C33
3#0D262D
4#0B2126
5#091B20
6#071619
7#051013
8#040B0D
9#020506
Tints
Lighter variations
1#1B5361
2#257082
3#2E8CA4
4#38A9C5
5#58B8D0
6#79C6D9
7#9BD4E3
8#BCE3EC
9#DEF1F6
Tones
Muted variations
1#14353D
2#17343B
3#193239
4#1B3137
5#1D3034
6#202E32
7#222D30
8#242C2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D8 #A4D8E5 | BordersInactive statesPlaceholder text |
| 400 | 74C4 #74C4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB3 #4CB3CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3196 #3196AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2777 #27778B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C55 #1C5563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F3F7;
--charcoal-200: #CBE9F0;
--charcoal-300: #A4D8E5;
--charcoal-400: #74C4D8;
--charcoal-500: #4CB3CD;
--charcoal-600: #3196AF;
--charcoal-700: #27778B;
--charcoal-800: #1C5563;
--charcoal-900: #123740;
--charcoal-950: #0B2228;
}