Charcoal
#11413B
CyanColor Codes
All color formats for development
HEX
#11413BRGB
rgb(17, 65, 59)HSL
hsl(173, 59%, 16%)OKLCH
oklch(0.342 0.052 183.4)CMYK
cmyk(74%, 0%, 9%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A35
2#0D342F
3#0C2D29
4#0A2724
5#08201E
6#071A18
7#051312
8#030D0C
9#020606
Tints
Lighter variations
1#1A635A
2#228579
3#2BA799
4#34C9B8
5#55D3C4
6#77DCD0
7#99E5DC
8#BBEDE8
9#DDF6F3
Tones
Muted variations
1#133E39
2#163C38
3#183A36
4#1A3734
5#1D3532
6#1F3230
7#22302E
8#242E2C
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7DF | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DACE | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB2A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A655D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11413B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E3F8F5;
--charcoal-200: #CAF1ED;
--charcoal-300: #A2E7DF;
--charcoal-400: #71DACE;
--charcoal-500: #49D0C0;
--charcoal-600: #2EB2A3;
--charcoal-700: #258E82;
--charcoal-800: #1A655D;
--charcoal-900: #11413B;
--charcoal-950: #0A2925;
}