Charcoal
#0B4744
CyanColor Codes
All color formats for development
HEX
#0B4744RGB
rgb(11, 71, 68)HSL
hsl(177, 73%, 16%)OKLCH
oklch(0.361 0.058 189.8)CMYK
cmyk(85%, 0%, 4%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A403D
2#093836
3#08312F
4#072A29
5#062322
6#041C1B
7#031514
8#020E0E
9#010707
Tints
Lighter variations
1#116C67
2#17918B
3#1CB6AE
4#22DBD2
5#46E2DA
6#6BE8E2
7#90EEE9
8#B5F3F0
9#DAF9F8
Tones
Muted variations
1#0E4441
2#11413E
3#143E3C
4#173B39
5#1A3836
6#1D3534
7#203231
8#232F2E
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E0 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4744 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E0FAF9;
--charcoal-200: #C6F6F4;
--charcoal-300: #9AEFEB;
--charcoal-400: #65E7E0;
--charcoal-500: #38E0D8;
--charcoal-600: #1EC2BA;
--charcoal-700: #189A94;
--charcoal-800: #116E6A;
--charcoal-900: #0B4744;
--charcoal-950: #072C2A;
}