Charcoal
#083C49
CyanColor Codes
All color formats for development
HEX
#083C49RGB
rgb(8, 60, 73)HSL
hsl(192, 80%, 16%)OKLCH
oklch(0.331 0.056 219.4)CMYK
cmyk(89%, 18%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073642
2#07303B
3#062A33
4#05242C
5#041E25
6#03181D
7#021216
8#020C0F
9#010607
Tints
Lighter variations
1#0C5C70
2#117C97
3#159BBD
4#19BBE4
5#3EC7EA
6#65D2EE
7#8BDEF2
8#B2E9F6
9#D8F4FB
Tones
Muted variations
1#0B3A46
2#0F3843
3#123740
4#15353C
5#183339
6#1C3136
7#1F2F33
8#222D2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EE #C3EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E1 #95E1F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED1 #5ED1ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C3 #30C3E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A6 #16A6CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1284 #1284A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5E #0D5E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083C #083C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FBFD;
--charcoal-100: #DFF6FB;
--charcoal-200: #C3EEF8;
--charcoal-300: #95E1F3;
--charcoal-400: #5ED1ED;
--charcoal-500: #30C3E8;
--charcoal-600: #16A6CA;
--charcoal-700: #1284A1;
--charcoal-800: #0D5E73;
--charcoal-900: #083C49;
--charcoal-950: #05262E;
}