Charcoal
#114038
CyanColor Codes
All color formats for development
HEX
#114038RGB
rgb(17, 64, 56)HSL
hsl(170, 58%, 16%)OKLCH
oklch(0.337 0.052 179.5)CMYK
cmyk(73%, 0%, 13%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A33
2#0E342D
3#0C2D28
4#0A2722
5#09201C
6#071A17
7#051311
8#030D0B
9#020606
Tints
Lighter variations
1#1A6256
2#238474
3#2CA692
4#35C8AF
5#56D2BD
6#78DBCA
7#99E4D8
8#BBEDE5
9#DDF6F2
Tones
Muted variations
1#143E37
2#163C35
3#183934
4#1B3732
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 #A2E6DB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC8 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB19C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6558 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114039 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | 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: #A2E6DB;
--charcoal-400: #72DAC8;
--charcoal-500: #4ACFB9;
--charcoal-600: #2FB19C;
--charcoal-700: #258D7C;
--charcoal-800: #1B6558;
--charcoal-900: #114039;
--charcoal-950: #0B2823;
}