Charcoal
#08404A
CyanColor Codes
All color formats for development
HEX
#08404ARGB
rgb(8, 64, 74)HSL
hsl(189, 80%, 16%)OKLCH
oklch(0.343 0.056 213.2)CMYK
cmyk(89%, 14%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073942
2#07333B
3#062D33
4#05262C
5#042025
6#03191D
7#021316
8#020D0F
9#010607
Tints
Lighter variations
1#0C6170
2#118297
3#15A4BD
4#19C5E4
5#3ED0EA
6#65D9EE
7#8BE3F2
8#B2ECF6
9#D8F6FB
Tones
Muted variations
1#0B3D46
2#0F3B43
3#123940
4#15373C
5#183439
6#1C3236
7#1F3033
8#222D2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E5 #95E5F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED8 #5ED8ED | Disabled statesSecondary iconsMuted text |
| 500 | 30CD #30CDE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16AF #16AFCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 128B #128BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D63 #0D6373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0840 #084049 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFD;
--charcoal-100: #DFF7FB;
--charcoal-200: #C3F0F8;
--charcoal-300: #95E5F3;
--charcoal-400: #5ED8ED;
--charcoal-500: #30CDE8;
--charcoal-600: #16AFCA;
--charcoal-700: #128BA1;
--charcoal-800: #0D6373;
--charcoal-900: #084049;
--charcoal-950: #05282E;
}