Charcoal
#114037
CyanColor Codes
All color formats for development
HEX
#114037RGB
rgb(17, 64, 55)HSL
hsl(169, 58%, 16%)OKLCH
oklch(0.337 0.053 177.7)CMYK
cmyk(73%, 0%, 14%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A32
2#0E342D
3#0C2D27
4#0A2721
5#09201C
6#071A16
7#051311
8#030D0B
9#020606
Tints
Lighter variations
1#1A6255
2#238472
3#2CA690
4#35C8AD
5#56D2BB
6#78DBC9
7#99E4D6
8#BBEDE4
9#DDF6F1
Tones
Muted variations
1#143E36
2#163C35
3#183933
4#1B3732
5#1D3530
6#1F322F
7#22302D
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 #CBF1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6DA | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC7 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB199 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114038 | 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: #CBF1EA;
--charcoal-300: #A2E6DA;
--charcoal-400: #72DAC7;
--charcoal-500: #4ACFB6;
--charcoal-600: #2FB199;
--charcoal-700: #258D7A;
--charcoal-800: #1B6557;
--charcoal-900: #114038;
--charcoal-950: #0B2823;
}