Charcoal
#08324A
BlueColor Codes
All color formats for development
HEX
#08324ARGB
rgb(8, 50, 74)HSL
hsl(202, 80%, 16%)OKLCH
oklch(0.303 0.062 239.4)CMYK
cmyk(89%, 32%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072D42
2#07283B
3#062333
4#051E2C
5#041925
6#03141D
7#020F16
8#020A0F
9#010507
Tints
Lighter variations
1#0C4B70
2#116597
3#157FBD
4#1999E4
5#3EABEA
6#65BCEE
7#8BCCF2
8#B2DDF6
9#D8EEFB
Tones
Muted variations
1#0B3146
2#0F3043
3#122F40
4#152E3C
5#182D39
6#1C2C36
7#1F2B33
8#222B2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E5 #C3E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D1 #95D1F3 | BordersInactive statesPlaceholder text |
| 400 | 5EB9 #5EB9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A5 #30A5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1688 #1688CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126C #126CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4D #0D4D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0832 #083249 | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FD;
--charcoal-100: #DFF1FB;
--charcoal-200: #C3E5F8;
--charcoal-300: #95D1F3;
--charcoal-400: #5EB9ED;
--charcoal-500: #30A5E8;
--charcoal-600: #1688CA;
--charcoal-700: #126CA1;
--charcoal-800: #0D4D73;
--charcoal-900: #083249;
--charcoal-950: #051F2E;
}