Charcoal
#083D49
CyanColor Codes
All color formats for development
HEX
#083D49RGB
rgb(8, 61, 73)HSL
hsl(191, 80%, 16%)OKLCH
oklch(0.334 0.055 217.4)CMYK
cmyk(89%, 16%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073742
2#07313B
3#062B33
4#05252C
5#041F25
6#03191D
7#021216
8#020C0F
9#010607
Tints
Lighter variations
1#0C5E70
2#117E97
3#159EBD
4#19BFE4
5#3ECAEA
6#65D5EE
7#8BDFF2
8#B2EAF6
9#D8F4FB
Tones
Muted variations
1#0B3B46
2#0F3943
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 | C3EF #C3EFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E2 #95E2F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED3 #5ED3ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C6 #30C6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A9 #16A9CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1286 #1286A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D60 #0D6073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083D #083D49 | 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: #C3EFF8;
--charcoal-300: #95E2F3;
--charcoal-400: #5ED3ED;
--charcoal-500: #30C6E8;
--charcoal-600: #16A9CA;
--charcoal-700: #1286A1;
--charcoal-800: #0D6073;
--charcoal-900: #083D49;
--charcoal-950: #05262E;
}