Charcoal
#08374A
BlueColor Codes
All color formats for development
HEX
#08374ARGB
rgb(8, 55, 74)HSL
hsl(197, 80%, 16%)OKLCH
oklch(0.317 0.058 230.7)CMYK
cmyk(89%, 26%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073142
2#072C3B
3#062633
4#05212C
5#041B25
6#03161D
7#021016
8#020B0F
9#010507
Tints
Lighter variations
1#0C5470
2#117197
3#158DBD
4#19AAE4
5#3EB9EA
6#65C7EE
7#8BD5F2
8#B2E3F6
9#D8F1FB
Tones
Muted variations
1#0B3646
2#0F3443
3#123340
4#15313C
5#183039
6#1C2E36
7#1F2D33
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 | C3E9 #C3E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D9 #95D9F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC5 #5EC5ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B4 #30B4E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1697 #1697CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1278 #1278A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D56 #0D5673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0837 #083749 | 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: #C3E9F8;
--charcoal-300: #95D9F3;
--charcoal-400: #5EC5ED;
--charcoal-500: #30B4E8;
--charcoal-600: #1697CA;
--charcoal-700: #1278A1;
--charcoal-800: #0D5673;
--charcoal-900: #083749;
--charcoal-950: #05222E;
}