Charcoal
#143D3D
CyanColor Codes
All color formats for development
HEX
#143D3DRGB
rgb(20, 61, 61)HSL
hsl(180, 51%, 16%)OKLCH
oklch(0.332 0.045 195.2)CMYK
cmyk(67%, 0%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123737
2#103131
3#0E2B2B
4#0C2525
5#0A1F1F
6#081919
7#061212
8#040C0C
9#020606
Tints
Lighter variations
1#1E5E5E
2#297E7E
3#339F9F
4#3EBFBF
5#5DCBCB
6#7ED5D5
7#9EE0E0
8#BEEAEA
9#DFF5F5
Tones
Muted variations
1#163C3C
2#183939
3#1A3737
4#1C3535
5#1E3333
6#203131
7#232F2F
8#252D2D
9#272B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEF #CDEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6E2 #A6E2E2 | BordersInactive statesPlaceholder text |
| 400 | 78D3 #78D3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52C7 #52C7C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 37A9 #37A9A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C87 #2C8787 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F60 #1F6060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 143E #143E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFB;
--charcoal-100: #E4F6F6;
--charcoal-200: #CDEFEF;
--charcoal-300: #A6E2E2;
--charcoal-400: #78D3D3;
--charcoal-500: #52C7C7;
--charcoal-600: #37A9A9;
--charcoal-700: #2C8787;
--charcoal-800: #1F6060;
--charcoal-900: #143E3E;
--charcoal-950: #0C2727;
}