Charcoal
#0E443F
CyanColor Codes
All color formats for development
HEX
#0E443FRGB
rgb(14, 68, 63)HSL
hsl(174, 66%, 16%)OKLCH
oklch(0.351 0.055 185.9)CMYK
cmyk(79%, 0%, 7%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D38
2#0B3632
3#0A2F2C
4#082925
5#07221F
6#061B19
7#041413
8#030E0C
9#010706
Tints
Lighter variations
1#15675F
2#1C8B80
3#24AEA1
4#2BD2C1
5#4DDBCC
6#71E2D7
7#94E9E1
8#B8F0EB
9#DBF8F5
Tones
Muted variations
1#11413C
2#133E3A
3#163C38
4#193936
5#1B3634
6#1E3431
7#21312F
8#232E2D
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE3 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9488 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFB;
--charcoal-100: #E1F9F7;
--charcoal-200: #C8F4EF;
--charcoal-300: #9EEBE3;
--charcoal-400: #6BE1D5;
--charcoal-500: #41D8C9;
--charcoal-600: #26BAAB;
--charcoal-700: #1E9488;
--charcoal-800: #166A61;
--charcoal-900: #0E443E;
--charcoal-950: #092A27;
}