Charcoal
#073B4A
CyanColor Codes
All color formats for development
HEX
#073B4ARGB
rgb(7, 59, 74)HSL
hsl(193, 83%, 16%)OKLCH
oklch(0.328 0.057 222.8)CMYK
cmyk(91%, 20%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063643
2#06303C
3#052A34
4#04242D
5#031E25
6#03181E
7#021216
8#010C0F
9#010607
Tints
Lighter variations
1#0B5B72
2#0E7B99
3#129AC0
4#16BAE7
5#3BC6ED
6#62D2F0
7#89DDF4
8#B1E8F8
9#D8F4FB
Tones
Muted variations
1#0A3A47
2#0E3844
3#113641
4#14343D
5#18323A
6#1B3036
7#1F2F33
8#222D30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E0 #94E0F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD0 #5CD0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC2 #2DC2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A5 #13A5CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F83 #0F83A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5E #0B5E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073C #073C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FBFE;
--charcoal-100: #DEF6FC;
--charcoal-200: #C2EDF9;
--charcoal-300: #94E0F5;
--charcoal-400: #5CD0F0;
--charcoal-500: #2DC2EB;
--charcoal-600: #13A5CD;
--charcoal-700: #0F83A3;
--charcoal-800: #0B5E75;
--charcoal-900: #073C4B;
--charcoal-950: #04252F;
}