Charcoal
#0B463D
CyanColor Codes
All color formats for development
HEX
#0B463DRGB
rgb(11, 70, 61)HSL
hsl(171, 73%, 16%)OKLCH
oklch(0.356 0.06 179.8)CMYK
cmyk(84%, 0%, 13%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4037
2#093831
3#08312B
4#072A25
5#06231F
6#041C19
7#031512
8#020E0C
9#010706
Tints
Lighter variations
1#116C5E
2#17917E
3#1CB69F
4#22DBBF
5#46E2CB
6#6BE8D5
7#90EEE0
8#B5F3EA
9#DAF9F5
Tones
Muted variations
1#0E443C
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 #C6F6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE2 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473E | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E0FAF6;
--charcoal-200: #C6F6EF;
--charcoal-300: #9AEFE2;
--charcoal-400: #65E7D3;
--charcoal-500: #38E0C7;
--charcoal-600: #1EC2AA;
--charcoal-700: #189A87;
--charcoal-800: #116E60;
--charcoal-900: #0B473E;
--charcoal-950: #072C27;
}