Charcoal
#0B4747
CyanColor Codes
All color formats for development
HEX
#0B4747RGB
rgb(11, 71, 71)HSL
hsl(180, 73%, 16%)OKLCH
oklch(0.363 0.057 194.9)CMYK
cmyk(85%, 0%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4040
2#093838
3#083131
4#072A2A
5#062323
6#041C1C
7#031515
8#020E0E
9#010707
Tints
Lighter variations
1#116C6C
2#179191
3#1CB6B6
4#22DBDB
5#46E2E2
6#6BE8E8
7#90EEEE
8#B5F3F3
9#DAF9F9
Tones
Muted variations
1#0E4444
2#114141
3#143E3E
4#173B3B
5#1A3838
6#1D3535
7#203232
8#232F2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4747 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFD;
--charcoal-100: #E0FAFA;
--charcoal-200: #C6F6F6;
--charcoal-300: #9AEFEF;
--charcoal-400: #65E7E7;
--charcoal-500: #38E0E0;
--charcoal-600: #1EC2C2;
--charcoal-700: #189A9A;
--charcoal-800: #116E6E;
--charcoal-900: #0B4747;
--charcoal-950: #072C2C;
}