Charcoal
#08494A
CyanColor Codes
All color formats for development
HEX
#08494ARGB
rgb(8, 73, 74)HSL
hsl(181, 80%, 16%)OKLCH
oklch(0.369 0.06 196.5)CMYK
cmyk(89%, 1%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074142
2#073A3B
3#063333
4#052B2C
5#042425
6#031D1D
7#021616
8#020E0F
9#010707
Tints
Lighter variations
1#0C6E70
2#119497
3#15BABD
4#19E0E4
5#3EE7EA
6#65ECEE
7#8BF0F2
8#B2F5F6
9#D8FAFB
Tones
Muted variations
1#0B4546
2#0F4243
3#123F40
4#153C3C
5#183939
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 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F2 #95F2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EEB #5EEBED | Disabled statesSecondary iconsMuted text |
| 500 | 30E5 #30E5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C7 #16C7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129E #129EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D71 #0D7173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #084849 | 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: #DFFBFB;
--charcoal-200: #C3F7F8;
--charcoal-300: #95F2F3;
--charcoal-400: #5EEBED;
--charcoal-500: #30E5E8;
--charcoal-600: #16C7CA;
--charcoal-700: #129EA1;
--charcoal-800: #0D7173;
--charcoal-900: #084849;
--charcoal-950: #052D2E;
}