Charcoal
#093949
BlueColor Codes
All color formats for development
HEX
#093949RGB
rgb(9, 57, 73)HSL
hsl(195, 78%, 16%)OKLCH
oklch(0.322 0.056 225.7)CMYK
cmyk(88%, 22%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083341
2#072D3A
3#062833
4#05222C
5#041C24
6#04171D
7#031116
8#020B0F
9#010607
Tints
Lighter variations
1#0E566F
2#127495
3#1792BB
4#1CB0E1
5#40BEE7
6#66CBEC
7#8DD8F1
8#B3E5F6
9#D9F2FA
Tones
Muted variations
1#0C3745
2#0F3642
3#13343F
4#16323C
5#193139
6#1C2F36
7#1F2E32
8#222C2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EB #C4EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DB #97DBF2 | BordersInactive statesPlaceholder text |
| 400 | 60C9 #60C9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B9 #33B9E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 199C #199CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 147C #147C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E59 #0E5971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0939 #093949 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFD;
--charcoal-100: #DFF4FB;
--charcoal-200: #C4EBF8;
--charcoal-300: #97DBF2;
--charcoal-400: #60C9EB;
--charcoal-500: #33B9E6;
--charcoal-600: #199CC8;
--charcoal-700: #147C9F;
--charcoal-800: #0E5971;
--charcoal-900: #093949;
--charcoal-950: #06232D;
}