Charcoal
#083549
BlueColor Codes
All color formats for development
HEX
#083549RGB
rgb(8, 53, 73)HSL
hsl(198, 80%, 16%)OKLCH
oklch(0.31 0.058 233)CMYK
cmyk(89%, 27%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073042
2#072B3B
3#062633
4#05202C
5#041B25
6#03161D
7#021016
8#020B0F
9#010507
Tints
Lighter variations
1#0C5270
2#116E97
3#158BBD
4#19A7E4
5#3EB6EA
6#65C5EE
7#8BD3F2
8#B2E2F6
9#D8F0FB
Tones
Muted variations
1#0B3546
2#0F3343
3#123240
4#15313C
5#182F39
6#1C2E36
7#1F2D33
8#222B2F
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 | C3E8 #C3E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D7 #95D7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC2 #5EC2ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B1 #30B1E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1694 #1694CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1276 #1276A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D54 #0D5473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0836 #083649 | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFD;
--charcoal-100: #DFF3FB;
--charcoal-200: #C3E8F8;
--charcoal-300: #95D7F3;
--charcoal-400: #5EC2ED;
--charcoal-500: #30B1E8;
--charcoal-600: #1694CA;
--charcoal-700: #1276A1;
--charcoal-800: #0D5473;
--charcoal-900: #083649;
--charcoal-950: #05222E;
}