Charcoal
#103741
CyanColor Codes
All color formats for development
HEX
#103741RGB
rgb(16, 55, 65)HSL
hsl(192, 60%, 16%)OKLCH
oklch(0.314 0.046 218)CMYK
cmyk(75%, 15%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F323B
2#0D2C34
3#0B272E
4#0A2127
5#081C21
6#07161A
7#051114
8#030B0D
9#020607
Tints
Lighter variations
1#195564
2#217286
3#2A8FA8
4#33ACCA
5#54BAD4
6#76C8DD
7#98D6E5
8#BAE4EE
9#DDF1F6
Tones
Muted variations
1#13363F
2#15353C
3#18333A
4#1A3237
5#1D3035
6#1F2F33
7#212D30
8#242C2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D9 #A1D9E8 | BordersInactive statesPlaceholder text |
| 400 | 70C6 #70C6DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B6 #47B6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D99 #2D99B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2479 #24798F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A57 #1A5766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F4F8;
--charcoal-200: #CAEAF2;
--charcoal-300: #A1D9E8;
--charcoal-400: #70C6DB;
--charcoal-500: #47B6D1;
--charcoal-600: #2D99B4;
--charcoal-700: #24798F;
--charcoal-800: #1A5766;
--charcoal-900: #103741;
--charcoal-950: #0A2329;
}