Charcoal
#08314A
BlueColor Codes
All color formats for development
HEX
#08314ARGB
rgb(8, 49, 74)HSL
hsl(203, 80%, 16%)OKLCH
oklch(0.3 0.063 241)CMYK
cmyk(89%, 34%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072C42
2#07273B
3#062233
4#051D2C
5#041825
6#03131D
7#020F16
8#020A0F
9#010507
Tints
Lighter variations
1#0C4A70
2#116397
3#157DBD
4#1996E4
5#3EA8EA
6#65B9EE
7#8BCBF2
8#B2DCF6
9#D8EEFB
Tones
Muted variations
1#0B3046
2#0F2F43
3#122E40
4#152D3C
5#182D39
6#1C2C36
7#1F2B33
8#222A2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E4 #C3E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB6 #5EB6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A2 #30A2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1685 #1685CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126A #126AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4C #0D4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0830 #083049 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FD;
--charcoal-100: #DFF0FB;
--charcoal-200: #C3E4F8;
--charcoal-300: #95CFF3;
--charcoal-400: #5EB6ED;
--charcoal-500: #30A2E8;
--charcoal-600: #1685CA;
--charcoal-700: #126AA1;
--charcoal-800: #0D4C73;
--charcoal-900: #083049;
--charcoal-950: #051E2E;
}