Charcoal
#093749
BlueColor Codes
All color formats for development
HEX
#093749RGB
rgb(9, 55, 73)HSL
hsl(197, 78%, 16%)OKLCH
oklch(0.316 0.057 229.6)CMYK
cmyk(88%, 25%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083141
2#072C3A
3#062633
4#05212C
5#041B24
6#04161D
7#031016
8#020B0F
9#010507
Tints
Lighter variations
1#0E536F
2#127095
3#178DBB
4#1CA9E1
5#40B8E7
6#66C6EC
7#8DD4F1
8#B3E3F6
9#D9F1FA
Tones
Muted variations
1#0C3545
2#0F3442
3#13323F
4#16313C
5#193039
6#1C2E36
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 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E9 #C4E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D8 #97D8F2 | BordersInactive statesPlaceholder text |
| 400 | 60C4 #60C4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B3 #33B3E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1996 #1996C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1477 #14779F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E55 #0E5571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093749 | Primary textHigh emphasis contentDark headings |
| 950 | 0622 #06222D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFD;
--charcoal-100: #DFF3FB;
--charcoal-200: #C4E9F8;
--charcoal-300: #97D8F2;
--charcoal-400: #60C4EB;
--charcoal-500: #33B3E6;
--charcoal-600: #1996C8;
--charcoal-700: #14779F;
--charcoal-800: #0E5571;
--charcoal-900: #093749;
--charcoal-950: #06222D;
}