Charcoal
#11413A
CyanColor Codes
All color formats for development
HEX
#11413ARGB
rgb(17, 65, 58)HSL
hsl(171, 59%, 16%)OKLCH
oklch(0.341 0.052 181.6)CMYK
cmyk(74%, 0%, 11%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A34
2#0D342E
3#0C2D28
4#0A2723
5#08201D
6#071A17
7#051311
8#030D0C
9#020606
Tints
Lighter variations
1#1A6358
2#228576
3#2BA794
4#34C9B3
5#55D3C0
6#77DCCD
7#99E5D9
8#BBEDE6
9#DDF6F2
Tones
Muted variations
1#133E38
2#163C36
3#183A35
4#1A3733
5#1D3531
6#1F3230
7#22302E
8#242E2C
9#262B2A
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 #CAF1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7DD | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DACB | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB29F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A655A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11413A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E3F8F5;
--charcoal-200: #CAF1EC;
--charcoal-300: #A2E7DD;
--charcoal-400: #71DACB;
--charcoal-500: #49D0BC;
--charcoal-600: #2EB29F;
--charcoal-700: #258E7E;
--charcoal-800: #1A655A;
--charcoal-900: #11413A;
--charcoal-950: #0A2924;
}