Charcoal
#0B4641
CyanColor Codes
All color formats for development
HEX
#0B4641RGB
rgb(11, 70, 65)HSL
hsl(175, 73%, 16%)OKLCH
oklch(0.357 0.058 186.3)CMYK
cmyk(84%, 0%, 7%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A403B
2#093834
3#08312E
4#072A27
5#062321
6#041C1A
7#031514
8#020E0D
9#010707
Tints
Lighter variations
1#116C64
2#179187
3#1CB6A9
4#22DBCB
5#46E2D5
6#6BE8DD
7#90EEE6
8#B5F3EE
9#DAF9F7
Tones
Muted variations
1#0E443F
2#11413D
3#143E3A
4#173B38
5#1A3835
6#1D3533
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 #C6F6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DC | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4742 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E0FAF8;
--charcoal-200: #C6F6F2;
--charcoal-300: #9AEFE8;
--charcoal-400: #65E7DC;
--charcoal-500: #38E0D2;
--charcoal-600: #1EC2B4;
--charcoal-700: #189A90;
--charcoal-800: #116E67;
--charcoal-900: #0B4742;
--charcoal-950: #072C29;
}