Charcoal
#08394A
BlueColor Codes
All color formats for development
HEX
#08394ARGB
rgb(8, 57, 74)HSL
hsl(195, 80%, 16%)OKLCH
oklch(0.323 0.057 226.9)CMYK
cmyk(89%, 23%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073342
2#072E3B
3#062833
4#05222C
5#041D25
6#03171D
7#021116
8#020B0F
9#010607
Tints
Lighter variations
1#0C5770
2#117597
3#1593BD
4#19B1E4
5#3EBFEA
6#65CCEE
7#8BD8F2
8#B2E5F6
9#D8F2FB
Tones
Muted variations
1#0B3746
2#0F3643
3#123440
4#15333C
5#183139
6#1C2F36
7#1F2E33
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 | C3EB #C3EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DC #95DCF3 | BordersInactive statesPlaceholder text |
| 400 | 5EC9 #5EC9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30BA #30BAE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 169D #169DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 127D #127DA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D59 #0D5973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0839 #083949 | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFD;
--charcoal-100: #DFF4FB;
--charcoal-200: #C3EBF8;
--charcoal-300: #95DCF3;
--charcoal-400: #5EC9ED;
--charcoal-500: #30BAE8;
--charcoal-600: #169DCA;
--charcoal-700: #127DA1;
--charcoal-800: #0D5973;
--charcoal-900: #083949;
--charcoal-950: #05242E;
}