Charcoal
#084149
CyanColor Codes
All color formats for development
HEX
#084149RGB
rgb(8, 65, 73)HSL
hsl(187, 80%, 16%)OKLCH
oklch(0.345 0.056 209.5)CMYK
cmyk(89%, 11%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073B42
2#07353B
3#062E33
4#05272C
5#042125
6#031A1D
7#021416
8#020D0F
9#010707
Tints
Lighter variations
1#0C6470
2#118797
3#15A9BD
4#19CCE4
5#3ED6EA
6#65DEEE
7#8BE6F2
8#B2EEF6
9#D8F7FB
Tones
Muted variations
1#0B3F46
2#0F3D43
3#123A40
4#15383C
5#183539
6#1C3336
7#1F3033
8#222E2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E8 #95E8F3 | BordersInactive statesPlaceholder text |
| 400 | 5EDC #5EDCED | Disabled statesSecondary iconsMuted text |
| 500 | 30D3 #30D3E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B5 #16B5CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1290 #1290A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D67 #0D6773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0842 #084249 | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFD;
--charcoal-100: #DFF8FB;
--charcoal-200: #C3F2F8;
--charcoal-300: #95E8F3;
--charcoal-400: #5EDCED;
--charcoal-500: #30D3E8;
--charcoal-600: #16B5CA;
--charcoal-700: #1290A1;
--charcoal-800: #0D6773;
--charcoal-900: #084249;
--charcoal-950: #05292E;
}