Charcoal
#0B4644
CyanColor Codes
All color formats for development
HEX
#0B4644RGB
rgb(11, 70, 68)HSL
hsl(178, 73%, 16%)OKLCH
oklch(0.358 0.057 191.4)CMYK
cmyk(84%, 0%, 3%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A403E
2#093837
3#083130
4#072A29
5#062322
6#041C1B
7#031515
8#020E0E
9#010707
Tints
Lighter variations
1#116C69
2#17918D
3#1CB6B1
4#22DBD5
5#46E2DD
6#6BE8E4
7#90EEEB
8#B5F3F1
9#DAF9F8
Tones
Muted variations
1#0E4442
2#11413F
3#143E3C
4#173B39
5#1A3837
6#1D3534
7#203231
8#232F2E
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4745 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFD;
--charcoal-100: #E0FAF9;
--charcoal-200: #C6F6F4;
--charcoal-300: #9AEFEC;
--charcoal-400: #65E7E3;
--charcoal-500: #38E0DA;
--charcoal-600: #1EC2BD;
--charcoal-700: #189A96;
--charcoal-800: #116E6B;
--charcoal-900: #0B4745;
--charcoal-950: #072C2B;
}