Charcoal
#114040
CyanColor Codes
All color formats for development
HEX
#114040RGB
rgb(17, 64, 64)HSL
hsl(180, 58%, 16%)OKLCH
oklch(0.341 0.049 195.1)CMYK
cmyk(73%, 0%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A3A
2#0E3434
3#0C2D2D
4#0A2727
5#092020
6#071A1A
7#051313
8#030D0D
9#020606
Tints
Lighter variations
1#1A6262
2#238484
3#2CA6A6
4#35C8C8
5#56D2D2
6#78DBDB
7#99E4E4
8#BBEDED
9#DDF6F6
Tones
Muted variations
1#143E3E
2#163C3C
3#183939
4#1B3737
5#1D3535
6#1F3232
7#223030
8#242E2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DADA | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFC;
--charcoal-100: #E3F8F8;
--charcoal-200: #CBF1F1;
--charcoal-300: #A2E6E6;
--charcoal-400: #72DADA;
--charcoal-500: #4ACFCF;
--charcoal-600: #2FB1B1;
--charcoal-700: #258D8D;
--charcoal-800: #1B6565;
--charcoal-900: #114040;
--charcoal-950: #0B2828;
}