Charcoal
#113C40
CyanColor Codes
All color formats for development
HEX
#113C40RGB
rgb(17, 60, 64)HSL
hsl(185, 58%, 16%)OKLCH
oklch(0.329 0.047 203.9)CMYK
cmyk(73%, 6%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F363A
2#0E3034
3#0C2A2D
4#0A2427
5#091E20
6#07181A
7#051213
8#030C0D
9#020606
Tints
Lighter variations
1#1A5C62
2#237C84
3#2C9CA6
4#35BCC8
5#56C8D2
6#78D3DB
7#99DEE4
8#BBE9ED
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 | CBEE #CBEEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E1 #A2E1E6 | BordersInactive statesPlaceholder text |
| 400 | 72D1 #72D1DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC4 #4AC4CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA6 #2FA6B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2584 #25848D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5F #1B5F65 | 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: #CBEEF1;
--charcoal-300: #A2E1E6;
--charcoal-400: #72D1DA;
--charcoal-500: #4AC4CF;
--charcoal-600: #2FA6B1;
--charcoal-700: #25848D;
--charcoal-800: #1B5F65;
--charcoal-900: #113D40;
--charcoal-950: #0B2628;
}