Charcoal
#124039
CyanColor Codes
All color formats for development
HEX
#124039RGB
rgb(18, 64, 57)HSL
hsl(171, 56%, 16%)OKLCH
oklch(0.338 0.051 181.2)CMYK
cmyk(72%, 0%, 11%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103933
2#0E332D
3#0D2D28
4#0B2622
5#09201C
6#071917
7#051311
8#040D0B
9#020606
Tints
Lighter variations
1#1B6157
2#258274
3#2EA492
4#38C5B0
5#58D0BE
6#79D9CB
7#9BE3D8
8#BCECE5
9#DEF6F2
Tones
Muted variations
1#143D37
2#173B36
3#193934
4#1B3732
5#1D3431
6#20322F
7#22302E
8#242D2C
9#272B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DB | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124039 | 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: #E3F7F4;
--charcoal-200: #CBF0EB;
--charcoal-300: #A4E5DB;
--charcoal-400: #74D8C9;
--charcoal-500: #4CCDB9;
--charcoal-600: #31AF9C;
--charcoal-700: #278B7C;
--charcoal-800: #1C6359;
--charcoal-900: #124039;
--charcoal-950: #0B2823;
}