Charcoal
#0B4740
CyanColor Codes
All color formats for development
HEX
#0B4740RGB
rgb(11, 71, 64)HSL
hsl(173, 73%, 16%)OKLCH
oklch(0.36 0.059 183.2)CMYK
cmyk(85%, 0%, 10%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4039
2#093833
3#08312D
4#072A26
5#062320
6#041C19
7#031513
8#020E0D
9#010706
Tints
Lighter variations
1#116C61
2#179182
3#1CB6A4
4#22DBC5
5#46E2D0
6#6BE8D9
7#90EEE3
8#B5F3EC
9#DAF9F6
Tones
Muted variations
1#0E443D
2#11413B
3#143E39
4#173B37
5#1A3834
6#1D3532
7#203230
8#232F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D8 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4740 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E0FAF7;
--charcoal-200: #C6F6F0;
--charcoal-300: #9AEFE5;
--charcoal-400: #65E7D8;
--charcoal-500: #38E0CC;
--charcoal-600: #1EC2AF;
--charcoal-700: #189A8B;
--charcoal-800: #116E63;
--charcoal-900: #0B4740;
--charcoal-950: #072C28;
}