Charcoal
#123F34
CyanColor Codes
All color formats for development
HEX
#123F34RGB
rgb(18, 63, 52)HSL
hsl(165, 56%, 16%)OKLCH
oklch(0.333 0.053 173.8)CMYK
cmyk(71%, 0%, 17%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10392F
2#0E332A
3#0D2D25
4#0B261F
5#09201A
6#071915
7#051310
8#040D0A
9#020605
Tints
Lighter variations
1#1B6150
2#25826B
3#2EA486
4#38C5A2
5#58D0B2
6#79D9C1
7#9BE3D1
8#BCECE0
9#DEF6F0
Tones
Muted variations
1#143D33
2#173B32
3#193931
4#1B3730
5#1D342F
6#20322D
7#22302C
8#242D2B
9#272B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D5 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8BF | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124034 | 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: #F3FCF9;
--charcoal-100: #E3F7F2;
--charcoal-200: #CBF0E7;
--charcoal-300: #A4E5D5;
--charcoal-400: #74D8BF;
--charcoal-500: #4CCDAC;
--charcoal-600: #31AF90;
--charcoal-700: #278B72;
--charcoal-800: #1C6352;
--charcoal-900: #124034;
--charcoal-950: #0B2821;
}