Charcoal
#114137
CyanColor Codes
All color formats for development
HEX
#114137RGB
rgb(17, 65, 55)HSL
hsl(168, 59%, 16%)OKLCH
oklch(0.34 0.054 176.3)CMYK
cmyk(74%, 0%, 15%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A32
2#0D342C
3#0C2D27
4#0A2721
5#08201C
6#071A16
7#051311
8#030D0B
9#020606
Tints
Lighter variations
1#1A6354
2#228571
3#2BA78E
4#34C9AB
5#55D3BA
6#77DCC8
7#99E5D5
8#BBEDE3
9#DDF6F1
Tones
Muted variations
1#133E36
2#163C34
3#183A33
4#1A3731
5#1D3530
6#1F322F
7#22302D
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 | E3F8 #E3F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7D9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAC5 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB298 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6556 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114137 | 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: #E3F8F3;
--charcoal-200: #CAF1EA;
--charcoal-300: #A2E7D9;
--charcoal-400: #71DAC5;
--charcoal-500: #49D0B5;
--charcoal-600: #2EB298;
--charcoal-700: #258E79;
--charcoal-800: #1A6556;
--charcoal-900: #114137;
--charcoal-950: #0A2923;
}