Charcoal
#124035
CyanColor Codes
All color formats for development
HEX
#124035RGB
rgb(18, 64, 53)HSL
hsl(166, 56%, 16%)OKLCH
oklch(0.337 0.053 174.1)CMYK
cmyk(72%, 0%, 17%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103930
2#0E332A
3#0D2D25
4#0B2620
5#09201A
6#071915
7#051310
8#040D0B
9#020605
Tints
Lighter variations
1#1B6151
2#25826D
3#2EA488
4#38C5A4
5#58D0B4
6#79D9C3
7#9BE3D2
8#BCECE1
9#DEF6F0
Tones
Muted variations
1#143D34
2#173B33
3#193931
4#1B3730
5#1D342F
6#20322E
7#22302C
8#242D2B
9#272B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D6 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C0 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6353 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124035 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E3F7F2;
--charcoal-200: #CBF0E8;
--charcoal-300: #A4E5D6;
--charcoal-400: #74D8C0;
--charcoal-500: #4CCDAF;
--charcoal-600: #31AF92;
--charcoal-700: #278B74;
--charcoal-800: #1C6353;
--charcoal-900: #124035;
--charcoal-950: #0B2821;
}