Charcoal
#07444B
CyanColor Codes
All color formats for development
HEX
#07444BRGB
rgb(7, 68, 75)HSL
hsl(186, 83%, 16%)OKLCH
oklch(0.355 0.058 207.1)CMYK
cmyk(91%, 9%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063D43
2#06363C
3#053034
4#04292D
5#032225
6#031B1E
7#021416
8#010E0F
9#010707
Tints
Lighter variations
1#0B6872
2#0E8B99
3#12AFC0
4#16D2E7
5#3BDBED
6#62E2F0
7#89E9F4
8#B1F1F8
9#D8F8FB
Tones
Muted variations
1#0A4147
2#0E3E44
3#113C41
4#14393D
5#18363A
6#1B3436
7#1F3133
8#222E30
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F4 #C2F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EB #94EBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE1 #5CE1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD8 #2DD8EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13BB #13BBCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F95 #0F95A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6A #0B6A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFE;
--charcoal-100: #DEF9FC;
--charcoal-200: #C2F4F9;
--charcoal-300: #94EBF5;
--charcoal-400: #5CE1F0;
--charcoal-500: #2DD8EB;
--charcoal-600: #13BBCD;
--charcoal-700: #0F95A3;
--charcoal-800: #0B6A75;
--charcoal-900: #07444B;
--charcoal-950: #042A2F;
}