Charcoal
#073D4A
CyanColor Codes
All color formats for development
HEX
#073D4ARGB
rgb(7, 61, 74)HSL
hsl(192, 83%, 16%)OKLCH
oklch(0.334 0.057 218.9)CMYK
cmyk(91%, 18%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063743
2#06313C
3#052B34
4#04252D
5#031F25
6#03181E
7#021216
8#010C0F
9#010607
Tints
Lighter variations
1#0B5D72
2#0E7D99
3#129DC0
4#16BDE7
5#3BC9ED
6#62D4F0
7#89DFF4
8#B1E9F8
9#D8F4FB
Tones
Muted variations
1#0A3B47
2#0E3944
3#113741
4#14353D
5#18333A
6#1B3136
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 | C2EE #C2EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E2 #94E2F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD2 #5CD2F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC5 #2DC5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A8 #13A8CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F86 #0F86A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5F #0B5F75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073D #073D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FBFE;
--charcoal-100: #DEF6FC;
--charcoal-200: #C2EEF9;
--charcoal-300: #94E2F5;
--charcoal-400: #5CD2F0;
--charcoal-500: #2DC5EB;
--charcoal-600: #13A8CD;
--charcoal-700: #0F86A3;
--charcoal-800: #0B5F75;
--charcoal-900: #073D4B;
--charcoal-950: #04262F;
}