Charcoal
#0B4447
CyanColor Codes
All color formats for development
HEX
#0B4447RGB
rgb(11, 68, 71)HSL
hsl(183, 73%, 16%)OKLCH
oklch(0.354 0.055 200.4)CMYK
cmyk(85%, 4%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A3D40
2#093638
3#082F31
4#07292A
5#062223
6#041B1C
7#031415
8#020E0E
9#010707
Tints
Lighter variations
1#11676C
2#178B91
3#1CAEB6
4#22D2DB
5#46DAE2
6#6BE2E8
7#90E9EE
8#B5F0F3
9#DAF8F9
Tones
Muted variations
1#0E4144
2#113E41
3#143C3E
4#17393B
5#1A3638
6#1D3435
7#203132
8#232E2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEB #9AEBEF | BordersInactive statesPlaceholder text |
| 400 | 65E0 #65E0E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D8 #38D8E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EBA #1EBAC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1894 #18949A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116A #116A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B44 #0B4447 | Primary textHigh emphasis contentDark headings |
| 950 | 072A #072A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E0F9FA;
--charcoal-200: #C6F4F6;
--charcoal-300: #9AEBEF;
--charcoal-400: #65E0E7;
--charcoal-500: #38D8E0;
--charcoal-600: #1EBAC2;
--charcoal-700: #18949A;
--charcoal-800: #116A6E;
--charcoal-900: #0B4447;
--charcoal-950: #072A2C;
}