Charcoal
#11413C
CyanColor Codes
All color formats for development
HEX
#11413CRGB
rgb(17, 65, 60)HSL
hsl(174, 59%, 16%)OKLCH
oklch(0.342 0.051 185.3)CMYK
cmyk(74%, 0%, 8%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A36
2#0D3430
3#0C2D2A
4#0A2724
5#08201E
6#071A18
7#051312
8#030D0C
9#020606
Tints
Lighter variations
1#1A635C
2#22857B
3#2BA79B
4#34C9BA
5#55D3C6
6#77DCD2
7#99E5DD
8#BBEDE8
9#DDF6F4
Tones
Muted variations
1#133E3A
2#163C38
3#183A36
4#1A3734
5#1D3532
6#1F3231
7#22302F
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 | E3F8 #E3F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7E0 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAD0 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB2A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A655E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11413C | 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: #E3F8F6;
--charcoal-200: #CAF1ED;
--charcoal-300: #A2E7E0;
--charcoal-400: #71DAD0;
--charcoal-500: #49D0C2;
--charcoal-600: #2EB2A5;
--charcoal-700: #258E83;
--charcoal-800: #1A655E;
--charcoal-900: #11413C;
--charcoal-950: #0A2926;
}