Charcoal
#103841
CyanColor Codes
All color formats for development
HEX
#103841RGB
rgb(16, 56, 65)HSL
hsl(191, 60%, 16%)OKLCH
oklch(0.317 0.046 215.5)CMYK
cmyk(75%, 14%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F333B
2#0D2D34
3#0B272E
4#0A2227
5#081C21
6#07171A
7#051114
8#030B0D
9#020607
Tints
Lighter variations
1#195664
2#217386
3#2A91A8
4#33AFCA
5#54BDD4
6#76CADD
7#98D7E5
8#BAE4EE
9#DDF2F6
Tones
Muted variations
1#13373F
2#15353C
3#18343A
4#1A3237
5#1D3135
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 | A1DB #A1DBE8 | BordersInactive statesPlaceholder text |
| 400 | 70C8 #70C8DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B8 #47B8D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D9B #2D9BB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 247B #247B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A58 #1A5866 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1038 #103841 | 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: #A1DBE8;
--charcoal-400: #70C8DB;
--charcoal-500: #47B8D1;
--charcoal-600: #2D9BB4;
--charcoal-700: #247B8F;
--charcoal-800: #1A5866;
--charcoal-900: #103841;
--charcoal-950: #0A2329;
}