Charcoal
#104137
CyanColor Codes
All color formats for development
HEX
#104137RGB
rgb(16, 65, 55)HSL
hsl(168, 60%, 16%)OKLCH
oklch(0.34 0.055 176.5)CMYK
cmyk(75%, 0%, 15%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B32
2#0D342C
3#0B2E27
4#0A2721
5#08211C
6#071A16
7#051411
8#030D0B
9#020706
Tints
Lighter variations
1#196455
2#218672
3#2AA88F
4#33CAAC
5#54D4BA
6#76DDC8
7#98E5D6
8#BAEEE4
9#DDF6F1
Tones
Muted variations
1#133F36
2#153C35
3#183A33
4#1A3732
5#1D3530
6#1F332F
7#21302D
8#242E2C
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D9 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBC6 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104137 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E2F8F4;
--charcoal-200: #CAF2EA;
--charcoal-300: #A1E8D9;
--charcoal-400: #70DBC6;
--charcoal-500: #47D1B6;
--charcoal-600: #2DB499;
--charcoal-700: #248F79;
--charcoal-800: #1A6657;
--charcoal-900: #104137;
--charcoal-950: #0A2923;
}