Charcoal
#114136
CyanColor Codes
All color formats for development
HEX
#114136RGB
rgb(17, 65, 54)HSL
hsl(166, 59%, 16%)OKLCH
oklch(0.34 0.055 174.6)CMYK
cmyk(74%, 0%, 17%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A30
2#0D342B
3#0C2D26
4#0A2720
5#08201B
6#071A15
7#051310
8#030D0B
9#020605
Tints
Lighter variations
1#1A6352
2#22856E
3#2BA78A
4#34C9A6
5#55D3B6
6#77DCC4
7#99E5D3
8#BBEDE2
9#DDF6F0
Tones
Muted variations
1#133E34
2#163C33
3#183A32
4#1A3731
5#1D352F
6#1F322E
7#22302D
8#242E2B
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 #CAF1E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7D7 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAC2 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB294 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6554 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114136 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E3F8F3;
--charcoal-200: #CAF1E8;
--charcoal-300: #A2E7D7;
--charcoal-400: #71DAC2;
--charcoal-500: #49D0B0;
--charcoal-600: #2EB294;
--charcoal-700: #258E75;
--charcoal-800: #1A6554;
--charcoal-900: #114136;
--charcoal-950: #0A2922;
}