Charcoal
#104237
CyanColor Codes
All color formats for development
HEX
#104237RGB
rgb(16, 66, 55)HSL
hsl(167, 61%, 16%)OKLCH
oklch(0.343 0.056 175.1)CMYK
cmyk(76%, 0%, 17%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B31
2#0D352C
3#0B2E26
4#0A2721
5#08211B
6#061A16
7#051410
8#030D0B
9#020705
Tints
Lighter variations
1#186454
2#218771
3#29A98D
4#31CCAA
5#53D5B9
6#75DEC7
7#98E6D5
8#BAEEE3
9#DDF7F1
Tones
Muted variations
1#123F35
2#153D34
3#173A33
4#1A3831
5#1C3530
6#1F332E
7#21302D
8#242E2C
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC5 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB597 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239078 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196756 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104237 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E2F8F3;
--charcoal-200: #CAF2E9;
--charcoal-300: #A1E8D9;
--charcoal-400: #6FDCC5;
--charcoal-500: #46D2B4;
--charcoal-600: #2CB597;
--charcoal-700: #239078;
--charcoal-800: #196756;
--charcoal-900: #104237;
--charcoal-950: #0A2922;
}