Charcoal
#123540
CyanColor Codes
All color formats for development
HEX
#123540RGB
rgb(18, 53, 64)HSL
hsl(194, 56%, 16%)OKLCH
oklch(0.309 0.044 221.8)CMYK
cmyk(72%, 17%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103039
2#0E2A33
3#0D252D
4#0B2026
5#091A20
6#071519
7#051013
8#040B0D
9#020506
Tints
Lighter variations
1#1B5161
2#256D82
3#2E88A4
4#38A4C5
5#58B4D0
6#79C3D9
7#9BD2E3
8#BCE1EC
9#DEF0F6
Tones
Muted variations
1#14343D
2#17333B
3#193139
4#1B3037
5#1D2F34
6#202E32
7#222C30
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 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D6 #A4D6E5 | BordersInactive statesPlaceholder text |
| 400 | 74C0 #74C0D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAF #4CAFCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3192 #3192AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2774 #27748B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C53 #1C5363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1235 #123540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F2F7;
--charcoal-200: #CBE8F0;
--charcoal-300: #A4D6E5;
--charcoal-400: #74C0D8;
--charcoal-500: #4CAFCD;
--charcoal-600: #3192AF;
--charcoal-700: #27748B;
--charcoal-800: #1C5363;
--charcoal-900: #123540;
--charcoal-950: #0B2128;
}