Charcoal
#093849
BlueColor Codes
All color formats for development
HEX
#093849RGB
rgb(9, 56, 73)HSL
hsl(196, 78%, 16%)OKLCH
oklch(0.319 0.056 227.6)CMYK
cmyk(88%, 23%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083241
2#072D3A
3#062733
4#05212C
5#041C24
6#04161D
7#031116
8#020B0F
9#010607
Tints
Lighter variations
1#0E556F
2#127295
3#178FBB
4#1CADE1
5#40BBE7
6#66C9EC
7#8DD6F1
8#B3E4F6
9#D9F1FA
Tones
Muted variations
1#0C3645
2#0F3542
3#13333F
4#16323C
5#193039
6#1C2F36
7#1F2D32
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 | C4EA #C4EAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DA #97DAF2 | BordersInactive statesPlaceholder text |
| 400 | 60C6 #60C6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B6 #33B6E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1999 #1999C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 147A #147A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E57 #0E5771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0938 #093849 | 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: #C4EAF8;
--charcoal-300: #97DAF2;
--charcoal-400: #60C6EB;
--charcoal-500: #33B6E6;
--charcoal-600: #1999C8;
--charcoal-700: #147A9F;
--charcoal-800: #0E5771;
--charcoal-900: #093849;
--charcoal-950: #06232D;
}