Charcoal
#113D40
CyanColor Codes
All color formats for development
HEX
#113D40RGB
rgb(17, 61, 64)HSL
hsl(184, 58%, 16%)OKLCH
oklch(0.332 0.047 201.6)CMYK
cmyk(73%, 5%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F373A
2#0E3134
3#0C2B2D
4#0A2527
5#091F20
6#07191A
7#051213
8#030C0D
9#020606
Tints
Lighter variations
1#1A5D62
2#237E84
3#2C9EA6
4#35BEC8
5#56CAD2
6#78D4DB
7#99DFE4
8#BBEAED
9#DDF4F6
Tones
Muted variations
1#143B3E
2#16393C
3#183739
4#1B3537
5#1D3335
6#1F3132
7#222F30
8#242D2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E2 #A2E2E6 | BordersInactive statesPlaceholder text |
| 400 | 72D3 #72D3DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC6 #4AC6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA9 #2FA9B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2586 #25868D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B60 #1B6065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113D #113D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F6F8;
--charcoal-200: #CBEFF1;
--charcoal-300: #A2E2E6;
--charcoal-400: #72D3DA;
--charcoal-500: #4AC6CF;
--charcoal-600: #2FA9B1;
--charcoal-700: #25868D;
--charcoal-800: #1B6065;
--charcoal-900: #113D40;
--charcoal-950: #0B2628;
}