Charcoal
#103641
CyanColor Codes
All color formats for development
HEX
#103641RGB
rgb(16, 54, 65)HSL
hsl(193, 60%, 16%)OKLCH
oklch(0.311 0.046 220.4)CMYK
cmyk(75%, 17%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F313B
2#0D2C34
3#0B262E
4#0A2127
5#081B21
6#07161A
7#051014
8#030B0D
9#020507
Tints
Lighter variations
1#195364
2#217086
3#2A8DA8
4#33A9CA
5#54B8D4
6#76C6DD
7#98D5E5
8#BAE3EE
9#DDF1F6
Tones
Muted variations
1#13353F
2#15343C
3#18333A
4#1A3137
5#1D3035
6#1F2E33
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 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE9 #CAE9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D8 #A1D8E8 | BordersInactive statesPlaceholder text |
| 400 | 70C4 #70C4DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B3 #47B3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D96 #2D96B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2478 #24788F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A55 #1A5566 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F3F8;
--charcoal-200: #CAE9F2;
--charcoal-300: #A1D8E8;
--charcoal-400: #70C4DB;
--charcoal-500: #47B3D1;
--charcoal-600: #2D96B4;
--charcoal-700: #24788F;
--charcoal-800: #1A5566;
--charcoal-900: #103741;
--charcoal-950: #0A2229;
}