Charcoal
#0B4741
CyanColor Codes
All color formats for development
HEX
#0B4741RGB
rgb(11, 71, 65)HSL
hsl(174, 73%, 16%)OKLCH
oklch(0.36 0.059 184.8)CMYK
cmyk(85%, 0%, 8%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A403A
2#093834
3#08312D
4#072A27
5#062320
6#041C1A
7#031513
8#020E0D
9#010706
Tints
Lighter variations
1#116C63
2#179184
3#1CB6A6
4#22DBC8
5#46E2D2
6#6BE8DB
7#90EEE4
8#B5F3ED
9#DAF9F6
Tones
Muted variations
1#0E443E
2#11413C
3#143E39
4#173B37
5#1A3835
6#1D3532
7#203230
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 #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DA | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4741 | 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: #E0FAF8;
--charcoal-200: #C6F6F1;
--charcoal-300: #9AEFE7;
--charcoal-400: #65E7DA;
--charcoal-500: #38E0CF;
--charcoal-600: #1EC2B2;
--charcoal-700: #189A8D;
--charcoal-800: #116E65;
--charcoal-900: #0B4741;
--charcoal-950: #072C28;
}