Charcoal
#0B463C
CyanColor Codes
All color formats for development
HEX
#0B463CRGB
rgb(11, 70, 60)HSL
hsl(170, 73%, 16%)OKLCH
oklch(0.355 0.06 178.3)CMYK
cmyk(84%, 0%, 14%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4037
2#093831
3#08312A
4#072A24
5#06231E
6#041C18
7#031512
8#020E0C
9#010706
Tints
Lighter variations
1#116C5D
2#17917C
3#1CB69C
4#22DBBC
5#46E2C8
6#6BE8D3
7#90EEDE
8#B5F3E9
9#DAF9F4
Tones
Muted variations
1#0E443B
2#114139
3#143E37
4#173B35
5#1A3833
6#1D3531
7#20322F
8#232F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E0FAF6;
--charcoal-200: #C6F6EE;
--charcoal-300: #9AEFE1;
--charcoal-400: #65E7D1;
--charcoal-500: #38E0C4;
--charcoal-600: #1EC2A7;
--charcoal-700: #189A85;
--charcoal-800: #116E5F;
--charcoal-900: #0B473D;
--charcoal-950: #072C26;
}