Charcoal
#114039
CyanColor Codes
All color formats for development
HEX
#114039RGB
rgb(17, 64, 57)HSL
hsl(171, 58%, 16%)OKLCH
oklch(0.338 0.051 181.3)CMYK
cmyk(73%, 0%, 11%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A34
2#0E342E
3#0C2D28
4#0A2722
5#09201D
6#071A17
7#051311
8#030D0B
9#020606
Tints
Lighter variations
1#1A6257
2#238476
3#2CA694
4#35C8B2
5#56D2BF
6#78DBCC
7#99E4D9
8#BBEDE6
9#DDF6F2
Tones
Muted variations
1#143E38
2#163C36
3#183934
4#1B3733
5#1D3531
6#1F322F
7#22302E
8#242E2C
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6DC | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DACA | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB19E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B655A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114039 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E3F8F4;
--charcoal-200: #CBF1EB;
--charcoal-300: #A2E6DC;
--charcoal-400: #72DACA;
--charcoal-500: #4ACFBB;
--charcoal-600: #2FB19E;
--charcoal-700: #258D7D;
--charcoal-800: #1B655A;
--charcoal-900: #114039;
--charcoal-950: #0B2824;
}