Charcoal
#10413A
CyanColor Codes
All color formats for development
HEX
#10413ARGB
rgb(16, 65, 58)HSL
hsl(171, 60%, 16%)OKLCH
oklch(0.341 0.053 181.7)CMYK
cmyk(75%, 0%, 11%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B34
2#0D342E
3#0B2E29
4#0A2723
5#08211D
6#071A17
7#051411
8#030D0C
9#020706
Tints
Lighter variations
1#196458
2#218677
3#2AA895
4#33CAB4
5#54D4C1
6#76DDCD
7#98E5DA
8#BAEEE6
9#DDF6F3
Tones
Muted variations
1#133F38
2#153C37
3#183A35
4#1A3733
5#1D3531
6#1F3330
7#21302E
8#242E2C
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DD | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBCB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB49F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A665B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10413A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E2F8F5;
--charcoal-200: #CAF2EC;
--charcoal-300: #A1E8DD;
--charcoal-400: #70DBCB;
--charcoal-500: #47D1BC;
--charcoal-600: #2DB49F;
--charcoal-700: #248F7F;
--charcoal-800: #1A665B;
--charcoal-900: #10413A;
--charcoal-950: #0A2924;
}