Charcoal
#10413C
CyanColor Codes
All color formats for development
HEX
#10413CRGB
rgb(16, 65, 60)HSL
hsl(174, 60%, 16%)OKLCH
oklch(0.342 0.052 185.4)CMYK
cmyk(75%, 0%, 8%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B36
2#0D3430
3#0B2E2A
4#0A2724
5#08211E
6#071A18
7#051412
8#030D0C
9#020706
Tints
Lighter variations
1#19645C
2#21867C
3#2AA89B
4#33CABB
5#54D4C7
6#76DDD2
7#98E5DE
8#BAEEE9
9#DDF6F4
Tones
Muted variations
1#133F3A
2#153C38
3#183A37
4#1A3735
5#1D3533
6#1F3331
7#21302F
8#242E2D
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E1 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBD1 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A665E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10413C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E2F8F6;
--charcoal-200: #CAF2EE;
--charcoal-300: #A1E8E1;
--charcoal-400: #70DBD1;
--charcoal-500: #47D1C3;
--charcoal-600: #2DB4A6;
--charcoal-700: #248F84;
--charcoal-800: #1A665E;
--charcoal-900: #10413C;
--charcoal-950: #0A2926;
}