Charcoal
#123640
CyanColor Codes
All color formats for development
HEX
#123640RGB
rgb(18, 54, 64)HSL
hsl(193, 56%, 16%)OKLCH
oklch(0.312 0.044 219.2)CMYK
cmyk(72%, 16%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103039
2#0E2B33
3#0D262D
4#0B2026
5#091B20
6#071519
7#051013
8#040B0D
9#020506
Tints
Lighter variations
1#1B5261
2#256E82
3#2E8AA4
4#38A7C5
5#58B6D0
6#79C5D9
7#9BD3E3
8#BCE2EC
9#DEF0F6
Tones
Muted variations
1#14343D
2#17333B
3#193239
4#1B3137
5#1D2F34
6#202E32
7#222D30
8#242B2D
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 | CBE8 #CBE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D7 #A4D7E5 | BordersInactive statesPlaceholder text |
| 400 | 74C2 #74C2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB1 #4CB1CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3194 #3194AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2776 #27768B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C54 #1C5463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #123640 | 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: #CBE8F0;
--charcoal-300: #A4D7E5;
--charcoal-400: #74C2D8;
--charcoal-500: #4CB1CD;
--charcoal-600: #3194AF;
--charcoal-700: #27768B;
--charcoal-800: #1C5463;
--charcoal-900: #123640;
--charcoal-950: #0B2228;
}