Charcoal
#08484A
CyanColor Codes
All color formats for development
HEX
#08484ARGB
rgb(8, 72, 74)HSL
hsl(182, 80%, 16%)OKLCH
oklch(0.366 0.059 198.2)CMYK
cmyk(89%, 3%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074042
2#07393B
3#063233
4#052B2C
5#042425
6#031D1D
7#021516
8#020E0F
9#010707
Tints
Lighter variations
1#0C6D70
2#119297
3#15B8BD
4#19DDE4
5#3EE4EA
6#65E9EE
7#8BEFF2
8#B2F4F6
9#D8FAFB
Tones
Muted variations
1#0B4446
2#0F4143
3#123E40
4#153B3C
5#183839
6#1C3536
7#1F3233
8#222F2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F0 #95F0F3 | BordersInactive statesPlaceholder text |
| 400 | 5EE8 #5EE8ED | Disabled statesSecondary iconsMuted text |
| 500 | 30E2 #30E2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C4 #16C4CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129C #129CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6F #0D6F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0847 #084749 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFAFB;
--charcoal-200: #C3F7F8;
--charcoal-300: #95F0F3;
--charcoal-400: #5EE8ED;
--charcoal-500: #30E2E8;
--charcoal-600: #16C4CA;
--charcoal-700: #129CA1;
--charcoal-800: #0D6F73;
--charcoal-900: #084749;
--charcoal-950: #052D2E;
}