Charcoal
#104141
CyanColor Codes
All color formats for development
HEX
#104141RGB
rgb(16, 65, 65)HSL
hsl(180, 60%, 16%)OKLCH
oklch(0.344 0.051 195.1)CMYK
cmyk(75%, 0%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B3B
2#0D3434
3#0B2E2E
4#0A2727
5#082121
6#071A1A
7#051414
8#030D0D
9#020707
Tints
Lighter variations
1#196464
2#218686
3#2AA8A8
4#33CACA
5#54D4D4
6#76DDDD
7#98E5E5
8#BAEEEE
9#DDF6F6
Tones
Muted variations
1#133F3F
2#153C3C
3#183A3A
4#1A3737
5#1D3535
6#1F3333
7#213030
8#242E2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBDB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFC;
--charcoal-100: #E2F8F8;
--charcoal-200: #CAF2F2;
--charcoal-300: #A1E8E8;
--charcoal-400: #70DBDB;
--charcoal-500: #47D1D1;
--charcoal-600: #2DB4B4;
--charcoal-700: #248F8F;
--charcoal-800: #1A6666;
--charcoal-900: #104141;
--charcoal-950: #0A2929;
}